diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 16:35:16 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 16:35:16 +0200 |
| commit | 1fcf84350126f42832d53bd7465bccaf8a12c587 (patch) | |
| tree | e20722e700539edd50353303202fa1d537c8524a /package/libsamplerate/Makefile | |
| parent | 21f33cf59e5ab2fa056310b681a4b3a569bfcf62 (diff) | |
| parent | 5279458ae6e67b59cfd70c9580c42973b4503824 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libsamplerate/Makefile')
| -rw-r--r-- | package/libsamplerate/Makefile | 24 |
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 |
