]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/aumix/aumix_2.8.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / aumix / aumix_2.8.bb
1 DEPENDS = "ncurses"
2 DESCRIPTION = "A mixer for the terminal or X11, with mouse support."
3 SECTION = "console/multimedia"
4 LICENSE = "GPLV2"
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"