summaryrefslogtreecommitdiff
path: root/package/libsamplerate
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-23 16:00:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-23 16:00:08 +0200
commit11261da1d984943908adca4de1c5e9171a171c06 (patch)
treeaa8afea34f6e279f66ef61b4ef47d60d4eecfda5 /package/libsamplerate
parente0d7ba5d3a077bd829ffb222541e2a240b4a6444 (diff)
add samplerate support for mpd
Diffstat (limited to 'package/libsamplerate')
-rw-r--r--package/libsamplerate/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/libsamplerate/Makefile b/package/libsamplerate/Makefile
new file mode 100644
index 000000000..d469b0e27
--- /dev/null
+++ b/package/libsamplerate/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:= libsamplerate
+PKG_VERSION:= 0.1.8
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 1c7fb25191b4e6e3628d198a66a84f47
+PKG_DESCR:= sample rate converter for audio
+PKG_SECTION:= libs
+PKG_URL:= http://www.mega-nerd.com/SRC/
+PKG_SITES:= http://www.mega-nerd.com/SRC/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBSAMPLERATE,libsamplerate,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+libsamplerate-install:
+ $(INSTALL_DIR) $(IDIR_LIBSAMPLERATE)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libsamplerate*.so* \
+ $(IDIR_LIBSAMPLERATE)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk