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

Alexander Baldeck alexander at archlinux.org
Fri May 18 13:21:38 UTC 2007


    Date: Friday, May 18, 2007 @ 09:21:38
  Author: alexander
    Path: /home/cvs-extra/extra/lib/raptor

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: raptor 1.4.15


----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


Index: extra/lib/raptor/PKGBUILD
diff -u extra/lib/raptor/PKGBUILD:1.10 extra/lib/raptor/PKGBUILD:1.11
--- extra/lib/raptor/PKGBUILD:1.10	Sat Jun  3 06:55:40 2006
+++ extra/lib/raptor/PKGBUILD	Fri May 18 09:21:38 2007
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD,v 1.10 2006/06/03 10:55:40 arjan Exp $
-# Maintainer: eric <eric at archlinux.org>
+# $Id: PKGBUILD,v 1.11 2007/05/18 13:21:38 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
 pkgname=raptor
-pkgver=1.4.9
+pkgver=1.4.15
 pkgrel=1
 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
 arch=(i686 x86_64)
 url="http://librdf.org/raptor"
 depends=('libxml2' 'curl' 'zlib' 'openssl<=0.9.8' 'glib2>=2.10.0' 'bash' 'libxslt')
 license=(LGPL)
+options=(!nolibtool)
 source=(http://librdf.org/dist/source/$pkgname-$pkgver.tar.gz)
-md5sums=('c2c4c5724c5f245a166d05eaf529fe4c')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
-  /usr/bin/make || return 1
-  /usr/bin/make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make || return 1
+  make prefix=$startdir/pkg/usr install
 }
-# vim: ts=2 sw=2 et ft=sh
+md5sums=('658fac0c25d50274c879f6cc49c3364b')




More information about the arch-commits mailing list