blob: f6fe47fc8ff60240707705d05640db9326f0c7d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "A text mode OSS soundmixer"
SECTION = "console/multimedia"
PRIORITY = "optional"
DEPENDS = "ncurses"
LICENSE = "GPL"
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}/
}
|