[arch-commits] Commit in redland/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Jul 25 19:01:50 UTC 2008


    Date: Friday, July 25, 2008 @ 15:01:49
  Author: pierre
Revision: 6613

upgpkg: redland 1.0.8-1

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-25 17:42:00 UTC (rev 6612)
+++ PKGBUILD	2008-07-25 19:01:49 UTC (rev 6613)
@@ -2,20 +2,20 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=redland
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
 pkgdesc="Redland is a library that provides a high-level interface for the Resource Description Framework (RDF). It contains librdf."
 url="http://librdf.org/"
 license="GPL"
 arch=('i686' 'x86_64')
-depends=('db>=4.7' 'postgresql-libs' 'libmysqlclient' 'sqlite3' 'curl' 'libxslt')
+depends=('raptor' 'db>=4.7' 'postgresql-libs' 'libmysqlclient' 'sqlite3' 'curl' 'libxslt' 'mpfr')
 source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz)
 options=(!libtool)
 
 build() {
         cd $startdir/src/$pkgname-$pkgver
-         ./configure --prefix=/usr
+         ./configure --prefix=/usr --with-raptor=system --with-bdb-dbname=db
         make || return 1
         make DESTDIR=$startdir/pkg install
 }
-md5sums=('4c066d3dcf6c25f8fb8c9007e73f293c')
+md5sums=('ca66e26082cab8bb817185a116db809b')





More information about the arch-commits mailing list