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

David Runge dvzrv at archlinux.org
Thu Jan 25 15:26:24 UTC 2018


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

archrelease: copy trunk to community-testing-x86_64

Added:
  liblscp/repos/community-testing-x86_64/
  liblscp/repos/community-testing-x86_64/PKGBUILD
    (from rev 286822, liblscp/trunk/PKGBUILD)

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

Copied: liblscp/repos/community-testing-x86_64/PKGBUILD (from rev 286822, liblscp/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-25 15:26:23 UTC (rev 286823)
@@ -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=2
+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
+}
+



More information about the arch-commits mailing list