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

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


    Date: Sunday, May 20, 2018 @ 22:51:44
  Author: dvzrv
Revision: 325679

archrelease: copy trunk to community-x86_64

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

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

Copied: mda.lv2/repos/community-x86_64/PKGBUILD (from rev 325678, mda.lv2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-05-20 22:51:44 UTC (rev 325679)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=mda.lv2
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="A port of the MDA VST plugins to LV2"
+arch=('x86_64')
+url="https://git.drobilla.net/cgit.cgi/mda.lv2.git/plain/COPYING"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('lv2' 'python')
+source=("https://git.drobilla.net/cgit.cgi/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('5fa9a9a27e62b007b9703055b869bc47ad02ba122ba04abf8a1de420b695d9e0c6dc9a1633777b8d380e1452b3d75b1c0eaffb1c703a962814281e2d79236179')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./waf configure --prefix=/usr
+  ./waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  ./waf install --destdir="$pkgdir/"
+  install -vDm 644 {NEWS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list