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

speps speps at nymeria.archlinux.org
Tue Aug 13 03:27:45 UTC 2013


    Date: Tuesday, August 13, 2013 @ 05:27:45
  Author: speps
Revision: 95499

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

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

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

Copied: wah-plugins/repos/community-i686/PKGBUILD (from rev 95498, wah-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-13 03:27:45 UTC (rev 95499)
@@ -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.0.2
+pkgrel=1
+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=('e203e3458a4cd75cc442d70b8f124db9')
+
+build() {
+  cd "$srcdir/WAH-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/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-x86_64/PKGBUILD (from rev 95498, wah-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-13 03:27:45 UTC (rev 95499)
@@ -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.0.2
+pkgrel=1
+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=('e203e3458a4cd75cc442d70b8f124db9')
+
+build() {
+  cd "$srcdir/WAH-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/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