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

David Runge dvzrv at archlinux.org
Tue Feb 6 21:34:46 UTC 2018


    Date: Tuesday, February 6, 2018 @ 21:34:45
  Author: dvzrv
Revision: 289617

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/
  qsampler/repos/community-x86_64/PKGBUILD
    (from rev 289616, qsampler/trunk/PKGBUILD)

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

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 289616, qsampler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-06 21:34:45 UTC (rev 289617)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=qsampler
+pkgver=0.5.0
+pkgrel=3
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/"
+license=('GPL')
+depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('f181ee17691a7900d468b4d67a848fa9175a4913a35137f40c69a4f80996f6789cbd9b29661c81192bb8550adaab6ee222f9c79e765cb0c63734c29bb6392188')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm644 {AUTHORS,ChangeLog,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list