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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 20:07:01 UTC 2009


    Date: Friday, September 4, 2009 @ 16:07:01
  Author: andyrtr
Revision: 51090

upgpkg: rasqal 0.9.16-1
    initial pkg, version 0.9.16

Modified:
  rasqal/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-04 19:56:20 UTC (rev 51089)
+++ PKGBUILD	2009-09-04 20:07:01 UTC (rev 51090)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 50095 2009-08-21 20:12:35Z andyrtr $
+# $Id$
 # Maintainer: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Lawrence Lee <valheru at facticius.net>
 
@@ -7,15 +7,16 @@
 pkgrel=1
 pkgdesc="a free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings"
 url="http://librdf.org/rasqal"
-license="GPL"
+license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
-#depends=('raptor>=1.4.16')
+depends=('raptor>=1.4.19' 'mpfr')
+options=('!libtool')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('fca8706f2c4619e2fa3f8f42f8fc1e9d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-gtk-doc --disable-static
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }
-


Property changes on: rasqal/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list