summaryrefslogtreecommitdiff
path: root/package/alsa-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/alsa-plugins/Makefile')
-rw-r--r--package/alsa-plugins/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/alsa-plugins/Makefile b/package/alsa-plugins/Makefile
new file mode 100644
index 000000000..2cbe2ca61
--- /dev/null
+++ b/package/alsa-plugins/Makefile
@@ -0,0 +1,26 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= alsa-plugins
+PKG_VERSION:= 1.0.28
+PKG_RELEASE:= 1
+PKG_HASH:= 426f8af1a07ee9d8c06449524d1f0bd59a06e0331a51aa3d59d343a7c6d03120
+PKG_DESCR:= sound library plugins
+PKG_SECTION:= libs/audio
+PKG_URL:= http://www.alsa-project.org/
+PKG_SITES:= ftp://ftp.alsa-project.org/pub/plugins/
+
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,ALSA_PLUGINS,alsa-plugins,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+
+alsa-plugins-install:
+ $(INSTALL_DIR) $(IDIR_ALSA_PLUGINS)/usr/lib/alsa-lib
+ $(CP) $(WRKINST)/usr/lib/alsa-lib/*.so \
+ $(IDIR_ALSA_PLUGINS)/usr/lib/alsa-lib
+
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk