update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,20 @@
################################################################################
#
# modplugtools
#
################################################################################
MODPLUGTOOLS_VERSION = 0.5.3
MODPLUGTOOLS_SITE = http://downloads.sourceforge.net/project/modplug-xmms/modplug-tools
MODPLUGTOOLS_LICENSE = GPLv3
MODPLUGTOOLS_LICENSE_FILES = COPYING
MODPLUGTOOLS_DEPENDENCIES = libao libmodplug
# Only build the 'mp123' subdir, which contains 'modplug123' that plays through
# various backends via libao. This excludes the 'mpplay' subdir, which contains
# 'modplugplay' that can play only through the deprecated OSS interface.
MODPLUGTOOLS_MAKE_OPTS = SUBDIRS=mp123
MODPLUGTOOLS_INSTALL_TARGET_OPTS = SUBDIRS=mp123 DESTDIR=$(TARGET_DIR) install
$(eval $(autotools-package))