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

David Runge dvzrv at archlinux.org
Mon Oct 22 21:02:30 UTC 2018


    Date: Monday, October 22, 2018 @ 21:02:29
  Author: dvzrv
Revision: 398513

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: ams-lv2/repos/community-testing-x86_64/PKGBUILD (from rev 398512, ams-lv2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-10-22 21:02:29 UTC (rev 398513)
@@ -0,0 +1,24 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=ams-lv2
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A port of the internal modules found in Alsa Modular Synth"
+arch=('x86_64')
+url="https://github.com/blablack/ams-lv2"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'gtkmm')
+makedepends=('lv2' 'lvtk' 'python2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blablack/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('216435bfc8620f7138791243dee60c27f7e3a38b972dcaba4150a47e1d8d53cec807246ace658b5136b45c43fd7e533df49f8b9bce8d40dc9d148121b9388886')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python2 waf install --destdir="$pkgdir/"
+}



More information about the arch-commits mailing list