[arch-commits] Commit in wah-plugins/repos (4 files)

Felix Yan fyan at archlinux.org
Sat Dec 5 16:39:22 UTC 2015


    Date: Saturday, December 5, 2015 @ 17:39:22
  Author: fyan
Revision: 148537

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  wah-plugins/repos/community-staging-i686/
  wah-plugins/repos/community-staging-i686/PKGBUILD
    (from rev 148536, wah-plugins/trunk/PKGBUILD)
  wah-plugins/repos/community-staging-x86_64/
  wah-plugins/repos/community-staging-x86_64/PKGBUILD
    (from rev 148536, wah-plugins/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: wah-plugins/repos/community-staging-i686/PKGBUILD (from rev 148536, wah-plugins/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 16:39:22 UTC (rev 148537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Renato Budinich <rennabh at gmail dot com>
+
+pkgname=wah-plugins
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="LADSPA Wah filter plugin"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/WAH-plugins-$pkgver.tar.bz2")
+md5sums=('d5df8cb2c88a153316a711512c1646c7')
+
+build() {
+  cd WAH-plugins-$pkgver
+  make
+}
+
+package() {
+  cd WAH-plugins-$pkgver
+
+  # plugin
+  install -Dm755 autowah.so \
+    "$pkgdir/usr/lib/ladspa/autowah.so"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: wah-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 148536, wah-plugins/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 16:39:22 UTC (rev 148537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Renato Budinich <rennabh at gmail dot com>
+
+pkgname=wah-plugins
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="LADSPA Wah filter plugin"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/WAH-plugins-$pkgver.tar.bz2")
+md5sums=('d5df8cb2c88a153316a711512c1646c7')
+
+build() {
+  cd WAH-plugins-$pkgver
+  make
+}
+
+package() {
+  cd WAH-plugins-$pkgver
+
+  # plugin
+  install -Dm755 autowah.so \
+    "$pkgdir/usr/lib/ladspa/autowah.so"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list