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

Ray Rashif schiv at archlinux.org
Sun Jul 26 19:44:47 UTC 2015


    Date: Sunday, July 26, 2015 @ 21:44:47
  Author: schiv
Revision: 137453

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libgig/repos/community-staging-i686/
  libgig/repos/community-staging-i686/PKGBUILD
    (from rev 137452, libgig/trunk/PKGBUILD)
  libgig/repos/community-staging-x86_64/
  libgig/repos/community-staging-x86_64/PKGBUILD
    (from rev 137452, libgig/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libgig/repos/community-staging-i686/PKGBUILD (from rev 137452, libgig/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-07-26 19:44:47 UTC (rev 137453)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.0.0
+pkgrel=1
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/libgig/"
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+#options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the heads-up)
+  install -m0755 -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:

Copied: libgig/repos/community-staging-x86_64/PKGBUILD (from rev 137452, libgig/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-07-26 19:44:47 UTC (rev 137453)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.0.0
+pkgrel=1
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/libgig/"
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+#options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the heads-up)
+  install -m0755 -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