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

David Runge dvzrv at archlinux.org
Thu Dec 7 21:24:35 UTC 2017


    Date: Thursday, December 7, 2017 @ 21:24:34
  Author: dvzrv
Revision: 273185

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: wah-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 273184, wah-plugins/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-07 21:24:34 UTC (rev 273185)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Renato Budinich <rennabh at gmail dot com>
+
+pkgname=wah-plugins
+pkgver=0.1.0
+pkgrel=3
+pkgdesc="LADSPA Wah filter plugin"
+arch=('x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/WAH-plugins-${pkgver}.tar.bz2")
+sha512sums=('e3063115d2e635bee30ac4792d0c4f3536de79f25c153d790a1721c0f636636feeef5f7dd739c35443a68be058943ca29b4825dceef9bc56f862dbd7c7958ada')
+
+build() {
+  cd "WAH-plugins-${pkgver}"
+  make
+}
+
+package() {
+  cd "WAH-plugins-${pkgver}"
+
+  # plugin
+  install -Dm755 autowah.so "${pkgdir}/usr/lib/ladspa/autowah.so"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list