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

David Runge dvzrv at archlinux.org
Sun Dec 3 03:01:03 UTC 2017


    Date: Sunday, December 3, 2017 @ 03:01:02
  Author: dvzrv
Revision: 271959

archrelease: copy trunk to community-testing-x86_64

Added:
  g2reverb/repos/community-testing-x86_64/
  g2reverb/repos/community-testing-x86_64/PKGBUILD
    (from rev 271958, g2reverb/trunk/PKGBUILD)

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

Copied: g2reverb/repos/community-testing-x86_64/PKGBUILD (from rev 271958, g2reverb/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-03 03:01:02 UTC (rev 271959)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=g2reverb
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="LADSPA stereo reverb plugin based on greverb"
+arch=('x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('ff6f8de5f41e031e0841acb0e60a0ee9c7be9b7c4375ccda4c0f406b4e789ab84e2b2d52c31ec1bf2be75309a2068d5a167c94568346c7251df9c513b4c6c189')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  # plugin
+  install -Dm755 "${pkgname}.so" "${pkgdir}/usr/lib/ladspa/${pkgname}.so"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}



More information about the arch-commits mailing list