blob: 040dbb30692cba634926af9f97c6b9d65b28048e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "A text mode OSS soundmixer"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 libncurses5"
DEPENDS = "virtual/libc ncurses"
SRC_URI = http://www.stack.nl/~brama/projects/nmixer/src/${P}.tar.gz
inherit autotools libtool
do_compile() {
oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/
}
|