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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 19:56:20 UTC 2009


    Date: Friday, September 4, 2009 @ 15:56:20
  Author: andyrtr
Revision: 51089

new pkg based on the one from AUR, former internal source was split out from and is now needed by redland pkg

Added:
  rasqal/
  rasqal/repos/
  rasqal/trunk/
  rasqal/trunk/PKGBUILD

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

Added: rasqal/trunk/PKGBUILD
===================================================================
--- rasqal/trunk/PKGBUILD	                        (rev 0)
+++ rasqal/trunk/PKGBUILD	2009-09-04 19:56:20 UTC (rev 51089)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 50095 2009-08-21 20:12:35Z andyrtr $
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Lawrence Lee <valheru at facticius.net>
+
+pkgname=rasqal
+pkgver=0.9.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"
+arch=('i686' 'x86_64')
+#depends=('raptor>=1.4.16')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}
+




More information about the arch-commits mailing list