aboutsummaryrefslogtreecommitdiffstats
path: root/packages/aumix/aumix_2.8.bb
blob: 3edd51ddd903e9e0aff92f65939e850ad1d508ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "ncurses"
DESCRIPTION = "A mixer for the terminal or X11, with mouse support."
SECTION = "console/multimedia"
LICENSE = "GPLV2"

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"