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