[arch-commits] CVS update of extra/lib/liblrdf (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jun 23 15:16:24 UTC 2007


    Date: Saturday, June 23, 2007 @ 11:16:24
  Author: jgc
    Path: /home/cvs-extra/extra/lib/liblrdf

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: liblrdf 0.4.0-5
Fix PKGBUILD to slay libtool files, change prefix to DESTDIR


----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Index: extra/lib/liblrdf/PKGBUILD
diff -u extra/lib/liblrdf/PKGBUILD:1.9 extra/lib/liblrdf/PKGBUILD:1.10
--- extra/lib/liblrdf/PKGBUILD:1.9	Fri May 18 09:22:18 2007
+++ extra/lib/liblrdf/PKGBUILD	Sat Jun 23 11:16:23 2007
@@ -1,26 +1,24 @@
-# $Id: PKGBUILD,v 1.9 2007/05/18 13:22:18 alexander Exp $
+# $Id: PKGBUILD,v 1.10 2007/06/23 15:16:23 jgc Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=liblrdf
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="liblrdf allows categorizing LADSPA plugins"
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/lrdf"
-# url="http://plugin.org.uk/releases/lrdf/"
-depends=('raptor>=1.4.15' 'ladspa')
+depends=('raptor>=1.4.15-2' 'ladspa')
 makedepends=('pkgconfig')
 license=('GPL')
-options=(!nolibtool)
-source=(http://dl.sourceforge.net/sourceforge/lrdf/liblrdf-$pkgver.tar.gz)
-# source=(http://plugin.org.uk/releases/lrdf/$pkgname-$pkgver.tar.gz)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/lrdf/liblrdf-${pkgver}.tar.gz)
 groups=('ladspa-plugins')
+md5sums=('327a5674f671c4b360c6353800226877')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=${startdir}/pkg install
 }
 
-md5sums=('327a5674f671c4b360c6353800226877')




More information about the arch-commits mailing list