[arch-commits] Commit in wah-plugins/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:25:16 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:25:15
Author: felixonmars
Revision: 658915
archrelease: copy trunk to community-staging-x86_64
Added:
wah-plugins/repos/community-staging-x86_64/
wah-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 658913, wah-plugins/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: wah-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 658913, wah-plugins/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 15:25:15 UTC (rev 658915)
@@ -0,0 +1,37 @@
+# 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=6
+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