diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:50 +0200 |
commit | 8f16335443a322578274737c8d80ce557e4d2656 (patch) | |
tree | 947d42d781b409f72c9f0fa957d8796352f9b386 /package/libmodplug | |
parent | 5212b6029108093bb3ac6d8386fd999fd00f2701 (diff) |
add xmbc package for raspberry-pi target
Diffstat (limited to 'package/libmodplug')
-rw-r--r-- | package/libmodplug/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/libmodplug/Makefile b/package/libmodplug/Makefile new file mode 100644 index 000000000..4a4c533df --- /dev/null +++ b/package/libmodplug/Makefile @@ -0,0 +1,24 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= libmodplug +PKG_VERSION:= 0.8.8.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= fddc3c704c5489de2a3cf0fedfec59db +PKG_DESCR:= a MOD player library +PKG_SECTION:= libs +PKG_URL:= http://modplug-xmms.sourceforge.net +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/libmodplug/0.8.8.4/} + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBMODPLUG,libmodplug,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +libmodplug-install: + $(INSTALL_DIR) $(IDIR_LIBMODPLUG)/usr/lib + $(CP) $(WRKINST)/usr/lib/libmodplug*.so* \ + $(IDIR_LIBMODPLUG)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk |