[arch-commits] Commit in (4 files)

David Runge dvzrv at archlinux.org
Thu Jan 25 15:37:05 UTC 2018


    Date: Thursday, January 25, 2018 @ 15:37:03
  Author: dvzrv
Revision: 286830

Adding qsampler from AUR (48 votes).

Added:
  qsampler/
  qsampler/repos/
  qsampler/trunk/
  qsampler/trunk/PKGBUILD

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

Added: qsampler/trunk/PKGBUILD
===================================================================
--- qsampler/trunk/PKGBUILD	                        (rev 0)
+++ qsampler/trunk/PKGBUILD	2018-01-25 15:37:03 UTC (rev 286830)
@@ -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:
+


Property changes on: qsampler/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list