[arch-commits] Commit in wah-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Jun 5 22:26:13 UTC 2018


    Date: Tuesday, June 5, 2018 @ 22:26:10
  Author: dvzrv
Revision: 340661

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 22:25:55 UTC (rev 340660)
+++ PKGBUILD	2018-06-05 22:26:10 UTC (rev 340661)
@@ -1,32 +0,0 @@
-# $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=4
-pkgdesc="LADSPA Wah filter plugin"
-arch=('x86_64')
-url="https://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:

Copied: wah-plugins/repos/community-x86_64/PKGBUILD (from rev 340660, wah-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 22:26:10 UTC (rev 340661)
@@ -0,0 +1,38 @@
+# $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=5
+pkgdesc="LADSPA Wah filter plugin"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('ladspa')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/WAH-plugins-${pkgver}.tar.bz2")
+sha512sums=('e3063115d2e635bee30ac4792d0c4f3536de79f25c153d790a1721c0f636636feeef5f7dd739c35443a68be058943ca29b4825dceef9bc56f862dbd7c7958ada')
+
+prepare() {
+  mv -v "WAH-plugins-${pkgver}" "${pkgname}-${pkgver}"
+  
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  # plugin
+  install -vDm 755 autowah.so "${pkgdir}/usr/lib/ladspa/autowah.so"
+  # docs
+  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list