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

David Runge dvzrv at archlinux.org
Thu Jan 25 15:39:48 UTC 2018


    Date: Thursday, January 25, 2018 @ 15:39:47
  Author: dvzrv
Revision: 286833

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: qsampler/repos/community-testing-x86_64/PKGBUILD (from rev 286832, qsampler/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-25 15:39:47 UTC (rev 286833)
@@ -0,0 +1,32 @@
+# 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=2
+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
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list