summaryrefslogtreecommitdiff
path: root/nmixer/nmixer_2.0.oe
blob: a2010631976cfcb93dab22cf813fb6b4a40c4e72 (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 

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