[arch-commits] Commit in rasqal/repos (3 files)

Tom Gundersen tomegun at archlinux.org
Mon May 21 11:10:25 UTC 2012


    Date: Monday, May 21, 2012 @ 07:10:24
  Author: tomegun
Revision: 159308

db-move: moved rasqal from [testing] to [extra] (i686)

Added:
  rasqal/repos/extra-i686/PKGBUILD
    (from rev 159307, rasqal/repos/testing-i686/PKGBUILD)
Deleted:
  rasqal/repos/extra-i686/PKGBUILD
  rasqal/repos/testing-i686/

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-05-21 11:02:29 UTC (rev 159307)
+++ extra-i686/PKGBUILD	2012-05-21 11:10:24 UTC (rev 159308)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Lawrence Lee <valheru at facticius.net>
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.28
-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' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('raptor>=2.0.3' 'mpfr')
-options=('!libtool')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a3662b8d9efef9d8ef0a3c182450fba2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--disable-static \
-	--enable-release
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || /bin/true # fails some checks - should be reported upstream
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rasqal/repos/extra-i686/PKGBUILD (from rev 159307, rasqal/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-21 11:10:24 UTC (rev 159308)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Lawrence Lee <valheru at facticius.net>
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.29
+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' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('raptor' 'mpfr')
+options=('!libtool')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--disable-static \
+	--enable-release
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || true # still fails some checks
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('49e4b75a0c67465edf55dd20606715fa')




More information about the arch-commits mailing list