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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 7 13:09:36 UTC 2007


    Date: Friday, December 7, 2007 @ 08:09:36
  Author: tpowa
    Path: /home/cvs-extra/extra/lib/redland

   Added: PKGBUILD (1.1)

'newpkg: new depend for kde4'


----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: extra/lib/redland/PKGBUILD
diff -u /dev/null extra/lib/redland/PKGBUILD:1.1
--- /dev/null	Fri Dec  7 08:09:36 2007
+++ extra/lib/redland/PKGBUILD	Fri Dec  7 08:09:36 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/12/07 13:09:36 tpowa Exp $
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=redland
+pkgver=1.0.6
+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' 'postgresql-libs' 'libmysqlclient' 'sqlite3' 'curl' 'libxslt')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz)
+options=(!libtool)
+md5sums=('901bf87252658c8b247dc6eda00f8724')
+
+build() {
+        cd $startdir/src/$pkgname-$pkgver
+         ./configure --prefix=/usr
+        make || return 1
+        make DESTDIR=$startdir/pkg install
+}
+md5sums=('901bf87252658c8b247dc6eda00f8724')




More information about the arch-commits mailing list