aboutsummaryrefslogtreecommitdiffstats
path: root/nmixer/nmixer_2.0.oe
blob: 88c66913e90328d5401ecc54e7d6af895c98ac6d (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 = "ncurses"

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}/
}