blob: d5c2831dcd43333de8a7eb0abf269170e386f8a5 [file] [log] [blame]
################################################################################
#
# aumix
#
################################################################################
AUMIX_VERSION = 2.9.1
AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
AUMIX_SITE = https://sourceforge.net/projects/aumix/files/aumix/$(AUMIX_VERSION)
AUMIX_AUTORECONF = YES
AUMIX_AUTOPOINT = YES
AUMIX_LICENSE = GPL-2.0+
AUMIX_LICENSE_FILES = COPYING
AUMIX_PATCH = \
https://sources.debian.org/data/main/a/aumix/2.9.1-7/debian/patches/19_no-common.patch
AUMIX_CONF_OPTS = \
--without-gtk \
--without-gtk1 \
--without-alsa \
--without-gpm \
--without-sysmouse
AUMIX_DEPENDENCIES = host-gettext ncurses
$(eval $(autotools-package))