Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 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))