summaryrefslogtreecommitdiff
path: root/community/gigedit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gigedit/PKGBUILD')
-rw-r--r--community/gigedit/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/gigedit/PKGBUILD b/community/gigedit/PKGBUILD
deleted file mode 100644
index bd05aa9bf..000000000
--- a/community/gigedit/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 67675 2012-03-13 18:24:44Z lcarlier $
-# Maintainer: Ray Rashif <schiv@archlinux.org>
-# Contributor: svoufff <svoufff at gmail dot com>
-# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-
-pkgname=gigedit
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Gigasampler instrument editor"
-arch=(i686 x86_64 'mips64el')
-url="http://www.linuxsampler.org/"
-license=('GPL')
-depends=('linuxsampler' 'gtkmm' 'libsigc++')
-makedepends=('intltool')
-options=('!libtool' '!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
-md5sums=('eadfc82118460206e8f83c104f9d2a3a')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # fix linking
- sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et: