The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / modplugtools / modplugtools.mk
1 ################################################################################
2 #
3 # modplugtools
4 #
5 ################################################################################
6
7 MODPLUGTOOLS_VERSION = 0.5.3
8 MODPLUGTOOLS_SITE = http://downloads.sourceforge.net/project/modplug-xmms/modplug-tools
9 MODPLUGTOOLS_LICENSE = GPLv3
10 MODPLUGTOOLS_LICENSE_FILES = COPYING
11
12 MODPLUGTOOLS_DEPENDENCIES = libao libmodplug
13
14 # Only build the 'mp123' subdir, which contains 'modplug123' that plays through
15 # various backends via libao. This excludes the 'mpplay' subdir, which contains
16 # 'modplugplay' that can play only through the deprecated OSS interface.
17 MODPLUGTOOLS_MAKE_OPTS = SUBDIRS=mp123
18 MODPLUGTOOLS_INSTALL_TARGET_OPTS = SUBDIRS=mp123 DESTDIR=$(TARGET_DIR) install
19
20 $(eval $(autotools-package))