kumquat-buildroot/package/multimedia/aumix/aumix.mk
Thomas Petazzoni 3b838d8640 aumix: convert to the autotools infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-13 16:55:50 +02:00

22 lines
454 B
Makefile

#############################################################
#
# aumix
#
#############################################################
AUMIX_VERSION=2.8
AUMIX_SOURCE=aumix-$(AUMIX_VERSION).tar.bz2
AUMIX_SITE=http://jpj.net/~trevor/aumix
AUMIX_AUTORECONF=YES
AUMIX_CONF_OPT = \
--without-gtk \
--without-gtk1 \
--without-alsa \
--without-gpm \
--without-sysmouse
AUMIX_DEPENDENCIES = ncurses
$(eval $(call AUTOTARGETS,package/multimedia,aumix))