blob: 88b38e06e55fd8fee227f3cbe9d4bf9415e86199 (
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}/
}
|