mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
24
package/aumix/aumix.mk
Normal file
24
package/aumix/aumix.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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_CONF_OPTS = \
|
||||
--without-gtk \
|
||||
--without-gtk1 \
|
||||
--without-alsa \
|
||||
--without-gpm \
|
||||
--without-sysmouse
|
||||
|
||||
AUMIX_DEPENDENCIES = host-gettext ncurses
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user