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

David Runge dvzrv at archlinux.org
Mon May 21 16:31:34 UTC 2018


    Date: Monday, May 21, 2018 @ 16:31:34
  Author: dvzrv
Revision: 326336

archrelease: copy trunk to community-x86_64

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

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

Copied: avldrums.lv2/repos/community-x86_64/PKGBUILD (from rev 326335, avldrums.lv2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-05-21 16:31:34 UTC (rev 326336)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=avldrums.lv2
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A simple Drum Sample Player Plugin, dedicated to the AVLinux Drumkits"
+arch=('x86_64')
+url="https://x42-plugins.com/x42/x42-avldrums"
+license=('GPL2')
+groups=('pro-audio' 'lv2-plugins')
+depends=('glu' 'pango')
+makedepends=('git' 'glib2' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/x42/${pkgname}.git#tag=v${pkgver}"
+        "git+https://github.com/x42/robtk")
+sha512sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  git submodule init
+  git config submodule.robtk.url "${srcdir}/robtk"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+}



More information about the arch-commits mailing list