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

David Runge dvzrv at archlinux.org
Tue Oct 23 20:12:11 UTC 2018


    Date: Tuesday, October 23, 2018 @ 20:12:11
  Author: dvzrv
Revision: 398724

archrelease: copy trunk to community-testing-x86_64

Added:
  deteriorate-lv2/repos/community-testing-x86_64/
  deteriorate-lv2/repos/community-testing-x86_64/PKGBUILD
    (from rev 398723, deteriorate-lv2/trunk/PKGBUILD)

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

Copied: deteriorate-lv2/repos/community-testing-x86_64/PKGBUILD (from rev 398723, deteriorate-lv2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-10-23 20:12:11 UTC (rev 398724)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=deteriorate-lv2
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="A set of plugins to deteriorate the sound quality of a live input"
+arch=('x86_64')
+url="https://objectivewave.wordpress.com/deteriorate-lv2/"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtkmm')
+makedepends=('lv2' 'lvtk' 'python2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blablack/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('81580c47ee8ed6d730a87f36b35646c9')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python2 ./waf configure --prefix=/usr
+  python2 ./waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python2 waf install --destdir="$pkgdir/"
+  install -vDm 644 {THANKS,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list