aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aumix/aumix_2.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/aumix/aumix_2.8.bb')
-rw-r--r--recipes/aumix/aumix_2.8.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/aumix/aumix_2.8.bb b/recipes/aumix/aumix_2.8.bb
new file mode 100644
index 0000000000..50f2cec07a
--- /dev/null
+++ b/recipes/aumix/aumix_2.8.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A mixer for the terminal or X11, with mouse support."
+SECTION = "console/multimedia"
+LICENSE = "GPLV2"
+DEPENDS = "ncurses"
+
+SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \
+ file://configure.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-gpm --without-sysmouse \
+ --without-alsa --without-gtk \
+ --without-gtk1"