Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / aumix / aumix_2.8.bb
1 DESCRIPTION = "A mixer for the terminal or X11, with mouse support."
2 SECTION = "console/multimedia"
3 LICENSE = "GPLV2"
4 DEPENDS = "ncurses"
5
6 SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \
7            file://configure.patch;patch=1"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--without-gpm --without-sysmouse \
12                 --without-alsa --without-gtk \
13                 --without-gtk1"