[arch-commits] Commit in raptor/repos (4 files)

Tom Gundersen tomegun at nymeria.archlinux.org
Sat Sep 14 12:15:41 UTC 2013


    Date: Saturday, September 14, 2013 @ 14:15:41
  Author: tomegun
Revision: 194356

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  raptor/repos/testing-i686/
  raptor/repos/testing-i686/PKGBUILD
    (from rev 194355, raptor/trunk/PKGBUILD)
  raptor/repos/testing-x86_64/
  raptor/repos/testing-x86_64/PKGBUILD
    (from rev 194355, raptor/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: raptor/repos/testing-i686/PKGBUILD (from rev 194355, raptor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-09-14 12:15:41 UTC (rev 194356)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=raptor
+pkgver=2.0.10
+pkgrel=2
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor"
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
+
+build() {
+  cd "${srcdir}"/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+    --disable-static \
+    --with-yajl=no \
+    --with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#	make -C "raptor2-$pkgver" check // currently does not work
+#}
+
+package() {
+  cd "${srcdir}"/raptor2-${pkgver}
+  make prefix="${pkgdir}"/usr install
+}
+md5sums=('d9b0314eb835551adb48af037dcfd46e')

Copied: raptor/repos/testing-x86_64/PKGBUILD (from rev 194355, raptor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-09-14 12:15:41 UTC (rev 194356)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=raptor
+pkgver=2.0.10
+pkgrel=2
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor"
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
+
+build() {
+  cd "${srcdir}"/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+    --disable-static \
+    --with-yajl=no \
+    --with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#	make -C "raptor2-$pkgver" check // currently does not work
+#}
+
+package() {
+  cd "${srcdir}"/raptor2-${pkgver}
+  make prefix="${pkgdir}"/usr install
+}
+md5sums=('d9b0314eb835551adb48af037dcfd46e')




More information about the arch-commits mailing list