diff options
Diffstat (limited to 'recipes/nmixer')
-rw-r--r-- | recipes/nmixer/nmixer_2.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/nmixer/nmixer_2.0.bb b/recipes/nmixer/nmixer_2.0.bb new file mode 100644 index 0000000000..88b38e06e5 --- /dev/null +++ b/recipes/nmixer/nmixer_2.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A text mode OSS soundmixer" +SECTION = "console/multimedia" +PRIORITY = "optional" +DEPENDS = "ncurses" +LICENSE = "GPL" +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}/ +} + |