summaryrefslogtreecommitdiff
path: root/nmixer/nmixer_2.0.oe
blob: 0778213e7df5ce1c8a6106fb5d0c3ce6fbdfc6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A text mode OSS soundmixer"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libc ncurses"

SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz"

inherit autotools libtool

do_compile() {
	oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/
}