[arch-commits] Commit in raptor/repos (4 files)
Andreas Radke
andyrtr at archlinux.org
Sat Apr 4 18:18:51 UTC 2015
Date: Saturday, April 4, 2015 @ 20:18:51
Author: andyrtr
Revision: 235474
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
raptor/repos/staging-i686/
raptor/repos/staging-i686/PKGBUILD
(from rev 235473, raptor/trunk/PKGBUILD)
raptor/repos/staging-x86_64/
raptor/repos/staging-x86_64/PKGBUILD
(from rev 235473, raptor/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: raptor/repos/staging-i686/PKGBUILD (from rev 235473, raptor/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-04-04 18:18:51 UTC (rev 235474)
@@ -0,0 +1,35 @@
+# $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.15
+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')
+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=('a39f6c07ddb20d7dd2ff1f95fa21e2cd')
Copied: raptor/repos/staging-x86_64/PKGBUILD (from rev 235473, raptor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 18:18:51 UTC (rev 235474)
@@ -0,0 +1,35 @@
+# $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.15
+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')
+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=('a39f6c07ddb20d7dd2ff1f95fa21e2cd')
More information about the arch-commits
mailing list