8c668d2e9393d4560c81c88b21fa981c446f0fe2
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / aumix / aumix.mk
1 ################################################################################
2 #
3 # aumix
4 #
5 ################################################################################
6
7 AUMIX_VERSION = 2.8
8 AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
9 AUMIX_SITE = http://jpj.net/~trevor/aumix/releases
10 AUMIX_AUTORECONF = YES
11 AUMIX_LICENSE = GPLv2+
12 AUMIX_LICENSE_FILES = COPYING
13
14 AUMIX_CONF_OPTS = \
15         --without-gtk \
16         --without-gtk1 \
17         --without-alsa \
18         --without-gpm \
19         --without-sysmouse
20
21 AUMIX_DEPENDENCIES = host-gettext ncurses
22
23 $(eval $(autotools-package))