2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2007-06-13 12:07:16 +02:00
|
|
|
#
|
|
|
|
# aumix
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2007-06-13 12:07:16 +02:00
|
|
|
|
2013-03-03 09:37:52 +01:00
|
|
|
AUMIX_VERSION = 2.8
|
|
|
|
AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
|
|
|
|
AUMIX_SITE = http://jpj.net/~trevor/aumix/releases
|
|
|
|
AUMIX_AUTORECONF = YES
|
2007-06-13 12:07:16 +02:00
|
|
|
|
2010-04-10 21:54:59 +02:00
|
|
|
AUMIX_CONF_OPT = \
|
|
|
|
--without-gtk \
|
|
|
|
--without-gtk1 \
|
|
|
|
--without-alsa \
|
|
|
|
--without-gpm \
|
|
|
|
--without-sysmouse
|
2007-06-13 12:07:16 +02:00
|
|
|
|
2013-04-03 02:31:58 +02:00
|
|
|
AUMIX_DEPENDENCIES = host-gettext ncurses
|
2007-06-13 12:07:16 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|