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

David Runge dvzrv at archlinux.org
Wed Aug 7 19:31:20 UTC 2019


    Date: Wednesday, August 7, 2019 @ 19:31:20
  Author: dvzrv
Revision: 498205

archrelease: copy trunk to community-x86_64

Added:
  liblscp/repos/community-x86_64/PKGBUILD
    (from rev 498204, liblscp/trunk/PKGBUILD)
Deleted:
  liblscp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-07 19:31:15 UTC (rev 498204)
+++ PKGBUILD	2019-08-07 19:31:20 UTC (rev 498205)
@@ -1,29 +0,0 @@
-# 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.6.0
-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=('64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}
-

Copied: liblscp/repos/community-x86_64/PKGBUILD (from rev 498204, liblscp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-07 19:31:20 UTC (rev 498205)
@@ -0,0 +1,35 @@
+# 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.6.0
+pkgrel=2
+pkgdesc="LinuxSampler Control Protocol C++ library"
+arch=('x86_64')
+url="https://www.linuxsampler.org/"
+license=('LGPL2.1')
+depends=('glibc')
+provides=('liblscp.so')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+



More information about the arch-commits mailing list