package/luaposix: add .hash file
[buildroot-gz.git] / package / aumix / aumix.mk
blobeae34d0fbc4712b68b64a8177cba8d779dcd274f
1 ################################################################################
3 # aumix
5 ################################################################################
7 AUMIX_VERSION = 2.9.1
8 AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
9 AUMIX_SITE = http://jpj.net/~trevor/aumix/releases
10 AUMIX_AUTORECONF = YES
11 AUMIX_GETTEXTIZE = YES
12 AUMIX_LICENSE = GPLv2+
13 AUMIX_LICENSE_FILES = COPYING
15 AUMIX_CONF_OPTS = \
16 --without-gtk \
17 --without-gtk1 \
18 --without-alsa \
19 --without-gpm \
20 --without-sysmouse
22 AUMIX_DEPENDENCIES = host-gettext ncurses
24 $(eval $(autotools-package))