hc
2024-11-01 a01b5c9f91adaee088a817861603a5dbe14775c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
################################################################################
#
# aumix
#
################################################################################
 
AUMIX_VERSION = 2.9.1
AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
AUMIX_SITE = http://jpj.net/~trevor/aumix/releases
AUMIX_AUTORECONF = YES
AUMIX_GETTEXTIZE = 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))