[arch-commits] Commit in (liblscp liblscp/repos liblscp/trunk liblscp/trunk/PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Jan 25 15:23:27 UTC 2018


    Date: Thursday, January 25, 2018 @ 15:23:25
  Author: dvzrv
Revision: 286821

Adding liblscp (in preparation to add qsampler) from AUR (11 votes).

Added:
  liblscp/
  liblscp/repos/
  liblscp/trunk/
  liblscp/trunk/PKGBUILD

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

Added: liblscp/trunk/PKGBUILD
===================================================================
--- liblscp/trunk/PKGBUILD	                        (rev 0)
+++ liblscp/trunk/PKGBUILD	2018-01-25 15:23:25 UTC (rev 286821)
@@ -0,0 +1,27 @@
+# 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=liblscp
+pkgver=0.5.8
+pkgrel=1
+pkgdesc="LinuxSampler Control Protocol C++ library"
+arch=('x86_64')
+url="https://www.linuxsampler.org/"
+license=('LGPL')
+depends=('glibc')
+source=(https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+


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



More information about the arch-commits mailing list