package/upmpcli: bump to version 0.13.1
[buildroot-gz.git] / package / aumix / aumix.mk
blob8c668d2e9393d4560c81c88b21fa981c446f0fe2
1 ################################################################################
3 # aumix
5 ################################################################################
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
14 AUMIX_CONF_OPTS = \
15 --without-gtk \
16 --without-gtk1 \
17 --without-alsa \
18 --without-gpm \
19 --without-sysmouse
21 AUMIX_DEPENDENCIES = host-gettext ncurses
23 $(eval $(autotools-package))