[arch-commits] Commit in drumkv1/repos (2 files)
David Runge
dvzrv at archlinux.org
Sun Dec 3 00:21:58 UTC 2017
Date: Sunday, December 3, 2017 @ 00:21:56
Author: dvzrv
Revision: 271945
archrelease: copy trunk to community-testing-x86_64
Added:
drumkv1/repos/community-testing-x86_64/
drumkv1/repos/community-testing-x86_64/PKGBUILD
(from rev 271944, drumkv1/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: drumkv1/repos/community-testing-x86_64/PKGBUILD (from rev 271944, drumkv1/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-12-03 00:21:56 UTC (rev 271945)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=drumkv1
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(x86_64)
+url="https://drumkv1.sourceforge.io/"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4fcb709c98c233e5f6f52f362d6c4ff2d89409d6c95e38275672613acf82202a088fa92ab21d0c0c0d689a84c91af08bda76737284ead31e4df247287105990d')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list