diff options
Diffstat (limited to 'community/gigedit/PKGBUILD')
-rw-r--r-- | community/gigedit/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/gigedit/PKGBUILD b/community/gigedit/PKGBUILD index 9ce2cef8e..179d5aa46 100644 --- a/community/gigedit/PKGBUILD +++ b/community/gigedit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 27583 2010-09-25 09:59:21Z schiv $ +# $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=1 +pkgrel=2 pkgdesc="Gigasampler instrument editor" arch=(i686 x86_64) url="http://www.linuxsampler.org/" @@ -19,6 +19,9 @@ 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 } |