aboutsummaryrefslogtreecommitdiffstats
path: root/nmixer/nmixer_2.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nmixer/nmixer_2.0.oe')
-rw-r--r--nmixer/nmixer_2.0.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/nmixer/nmixer_2.0.oe b/nmixer/nmixer_2.0.oe
deleted file mode 100644
index b7fbd042b4..0000000000
--- a/nmixer/nmixer_2.0.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A text mode OSS soundmixer"
-SECTION = "console/multimedia"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' 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}/
-}
-