summaryrefslogtreecommitdiff
path: root/community/libgig/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libgig/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libgig/PKGBUILD')
-rw-r--r--community/libgig/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/libgig/PKGBUILD b/community/libgig/PKGBUILD
deleted file mode 100644
index 49d7ed254..000000000
--- a/community/libgig/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 67536 2012-03-13 11:11:23Z lcarlier $
-# Maintainer: Ray Rashif <schiv@archlinux.org>
-# Contributor: svoufff <svoufff at gmail dot com>
-# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-
-pkgname=libgig
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="C++ library for loading Gigasampler and DLS files"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/libgig/"
-license=('GPL')
-depends=('gcc-libs' 'util-linux-ng' 'libsndfile')
-options=('!libtool' '!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
-md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et: