[arch-commits] Commit in drumgizmo/repos (community-x86_64 community-x86_64/PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Feb 6 21:54:07 UTC 2018
Date: Tuesday, February 6, 2018 @ 21:54:07
Author: dvzrv
Revision: 289651
archrelease: copy trunk to community-x86_64
Added:
drumgizmo/repos/community-x86_64/
drumgizmo/repos/community-x86_64/PKGBUILD
(from rev 289650, drumgizmo/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: drumgizmo/repos/community-x86_64/PKGBUILD (from rev 289650, drumgizmo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-02-06 21:54:07 UTC (rev 289651)
@@ -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=4
+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}/" \
+ -vDm644 {AUTHORS,ChangeLog,README}
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list