[arch-commits] Commit in swh-plugins/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Apr 18 06:05:13 UTC 2009
Date: Saturday, April 18, 2009 @ 02:05:13
Author: eric
Revision: 35902
upgpkg: swh-plugins 0.4.15-2
Added license
Modified:
swh-plugins/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-18 06:03:31 UTC (rev 35901)
+++ PKGBUILD 2009-04-18 06:05:13 UTC (rev 35902)
@@ -4,17 +4,18 @@
pkgname=swh-plugins
pkgver=0.4.15
-pkgrel=1
+pkgrel=2
pkgdesc="LADSPA Plugin-Collection from plugin.org.uk"
arch=(i686 x86_64)
url="http://plugin.org.uk/"
+license=('GPL')
depends=('fftw' 'ladspa')
groups=('ladspa-plugins')
source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('2fbdccef2462ea553901acd429fa3573')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
#Arch64 fix, -fPIC seems to be the only option
if [ "$CARCH" = "x86_64" ]; then
@@ -22,7 +23,7 @@
export CXXFLAGS="$CFLAGS"
fi
- ./configure --prefix=/usr
+ ./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=$startdir/pkg install
+ make DESTDIR=$pkgdir install || return 1
}
More information about the arch-commits
mailing list