First pass of .oe cleanups.
[openembedded.git] / nmixer / nmixer_2.0.oe
index e69de29..040dbb3 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION = "A text mode OSS soundmixer"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "libc6 libncurses5"
+DEPENDS = "virtual/libc ncurses"
+
+SRC_URI = http://www.stack.nl/~brama/projects/nmixer/src/${P}.tar.gz
+
+inherit autotools libtool
+
+do_compile() {
+       oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/
+}
+