sg3-utils: add newer buildable version
[openembedded.git] / recipes / nmixer / nmixer_2.0.bb
1 DESCRIPTION = "A text mode OSS soundmixer"
2 SECTION = "console/multimedia"
3 PRIORITY = "optional"
4 DEPENDS = "ncurses"
5 LICENSE = "GPL"
6 SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz"
7
8 inherit autotools
9
10 do_compile() {
11         oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/
12 }
13