The old URL gives 403 forbidden. Use a working sourceforge URL. Fixes: http://autobuild.buildroot.org/results/c0c3945cade7a6d7a615ac23523c93b02dbb056f Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 77512bba98e09c7231a2629652e464dbf882fd23) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
28 lines
713 B
Makefile
28 lines
713 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|