]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nmixer/nmixer_2.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nmixer / nmixer_2.0.bb
1 DESCRIPTION = "A text mode OSS soundmixer"
2 SECTION = "console/multimedia"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 DEPENDS = "ncurses"
6 LICENSE = "GPL"
7 SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz"
8
9 inherit autotools 
10
11 do_compile() {
12         oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/
13 }
14