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

David Runge dvzrv at archlinux.org
Tue Dec 19 18:03:22 UTC 2017


    Date: Tuesday, December 19, 2017 @ 18:03:21
  Author: dvzrv
Revision: 274901

archrelease: copy trunk to community-testing-x86_64

Added:
  libgig/repos/community-testing-x86_64/
  libgig/repos/community-testing-x86_64/PKGBUILD
    (from rev 274900, libgig/trunk/PKGBUILD)

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

Copied: libgig/repos/community-testing-x86_64/PKGBUILD (from rev 274900, libgig/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-19 18:03:21 UTC (rev 274901)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=libgig
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('x86_64')
+url="https://www.linuxsampler.org/libgig/"
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('e88500f5d60d597b383093f904a2356aba7505a3a22b4852fe3fbbe71723fddbfc81029a82edf3c18e46ade519343cdbe87c06c652f982ffd4cfb4c35d5a9a0a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the heads-up)
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list