diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 12:45:55 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 12:46:26 -0600 |
commit | 2d59aaa7b602386fb549c9718f898d44a688cdcf (patch) | |
tree | 0766cffbf9882b41a582b88bf642002939b1b118 /package/alsa-plugins/Makefile | |
parent | f5ca769670dbc87ff43064150556dcbba085ef92 (diff) |
add alsa-plugins package
Diffstat (limited to 'package/alsa-plugins/Makefile')
-rw-r--r-- | package/alsa-plugins/Makefile | 26 |
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 |