[arch-commits] Commit in fabla/repos (community-x86_64 community-x86_64/PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Apr 5 18:55:45 UTC 2018


    Date: Thursday, April 5, 2018 @ 18:55:45
  Author: dvzrv
Revision: 314463

archrelease: copy trunk to community-x86_64

Added:
  fabla/repos/community-x86_64/
  fabla/repos/community-x86_64/PKGBUILD
    (from rev 314462, fabla/trunk/PKGBUILD)

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

Copied: fabla/repos/community-x86_64/PKGBUILD (from rev 314462, fabla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-04-05 18:55:45 UTC (rev 314463)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=fabla
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="An open-source LV2 drum sampler plugin instrument"
+arch=('x86_64')
+url="http://openavproductions.com/fabla/"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libsndfile' 'ntk')
+makedepends=('cairomm' 'cmake' 'lv2' 'mesa')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz")
+sha512sums=('009aa11b50743fe3a8f401657b0c67eb9e8b757f35d713d07e763a23f5e3e5be398858a766e6b116be85fae11969baddafd5d98623858cf0ebedc2a8e3b02f66')
+
+prepare() {
+  mv -v "openAV-Fabla-release-$pkgver" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{CHANGELOG,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list