1################################################################################ 2# 3# aumix 4# 5################################################################################ 6 7AUMIX_VERSION = 2.9.1 8AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2 9AUMIX_SITE = http://jpj.net/~trevor/aumix/releases 10AUMIX_AUTORECONF = YES 11AUMIX_GETTEXTIZE = YES 12AUMIX_LICENSE = GPL-2.0+ 13AUMIX_LICENSE_FILES = COPYING 14 15AUMIX_PATCH = \ 16 https://sources.debian.org/data/main/a/aumix/2.9.1-7/debian/patches/19_no-common.patch 17 18AUMIX_CONF_OPTS = \ 19 --without-gtk \ 20 --without-gtk1 \ 21 --without-alsa \ 22 --without-gpm \ 23 --without-sysmouse 24 25AUMIX_DEPENDENCIES = host-gettext ncurses 26 27$(eval $(autotools-package)) 28