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

David Runge dvzrv at archlinux.org
Wed Mar 28 23:42:27 UTC 2018


    Date: Wednesday, March 28, 2018 @ 23:42:26
  Author: dvzrv
Revision: 313206

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: fabla/repos/community-testing-x86_64/PKGBUILD (from rev 313205, fabla/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-28 23:42:26 UTC (rev 313206)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=fabla
+pkgver=1.3.2
+pkgrel=1
+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