[arch-commits] Commit in fomp.lv2/repos (community-x86_64 community-x86_64/PKGBUILD)

David Runge dvzrv at archlinux.org
Sun May 20 22:45:06 UTC 2018


    Date: Sunday, May 20, 2018 @ 22:45:06
  Author: dvzrv
Revision: 325677

archrelease: copy trunk to community-x86_64

Added:
  fomp.lv2/repos/community-x86_64/
  fomp.lv2/repos/community-x86_64/PKGBUILD
    (from rev 325676, fomp.lv2/trunk/PKGBUILD)

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

Copied: fomp.lv2/repos/community-x86_64/PKGBUILD (from rev 325676, fomp.lv2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-05-20 22:45:06 UTC (rev 325677)
@@ -0,0 +1,26 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=fomp.lv2
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="An LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen."
+arch=('x86_64')
+url="https://git.drobilla.net/cgit.cgi/fomp.lv2.git/about/"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('lv2' 'python2')
+source=("https://git.drobilla.net/cgit.cgi/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('3b4a89ac676f475a67c9f4c21433f20e179c7f411e31bf9ce2a8a7fc65055659e28752803eeae9f4e8454ccd83177f40c2a363281db484289c0b9cf7d31b3835')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python2 waf install --destdir="$pkgdir/"
+  install -vDm 644 {AUTHORS,NEWS,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list