DESCRIPTION = "A text mode OSS soundmixer" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " DEPENDS = "virtual/libc ncurses" SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz" inherit autotools do_compile() { oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/ }