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

David Runge dvzrv at archlinux.org
Fri Jan 26 00:43:43 UTC 2018


    Date: Friday, January 26, 2018 @ 00:43:42
  Author: dvzrv
Revision: 286998

archrelease: copy trunk to community-testing-x86_64

Added:
  drumgizmo/repos/community-testing-x86_64/
  drumgizmo/repos/community-testing-x86_64/PKGBUILD
    (from rev 286997, drumgizmo/trunk/PKGBUILD)

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

Copied: drumgizmo/repos/community-testing-x86_64/PKGBUILD (from rev 286997, drumgizmo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-26 00:43:42 UTC (rev 286998)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+pkgname=drumgizmo
+pkgver=0.9.14
+pkgrel=3
+pkgdesc="An open source, multichannel, multilayered, cross-platform drum plugin and stand-alone application"
+arch=('x86_64')
+url="https://www.drumgizmo.org"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('libsmf' 'libxext' 'expat' 'jack' 'zita-resampler')
+makedepends=('lv2')
+source=("https://www.${pkgname}.org/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('211517c378728ad0f1e0b8a59738dd0d2f1a9505607c80c1f67d68dea4e15a8e47431badbc20a4e48e3a895766ba24ccae071abb5d0e42b08ca720ca68045cbe'
+            'SKIP')
+validpgpkeys=('F39C94D556CCB995B1AE540E9EB89445BF071867')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --enable-lv2
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -Dm644 {AUTHORS,ChangeLog,README}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list