Date: Monday, January 21, 2013 @ 18:03:22
Author: pierre
Revision: 175780
db-move: moved raptor from [staging] to [testing] (i686, x86_64)
Added:
raptor/repos/testing-i686/
raptor/repos/testing-i686/PKGBUILD
(from rev 175770, raptor/repos/staging-i686/PKGBUILD)
raptor/repos/testing-x86_64/
raptor/repos/testing-x86_64/PKGBUILD
(from rev 175770, raptor/repos/staging-x86_64/PKGBUILD)
Deleted:
raptor/repos/staging-i686/
raptor/repos/staging-x86_64/
-------------------------+
testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: raptor/repos/testing-i686/PKGBUILD (from rev 175770,
raptor/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-01-21 17:03:22 UTC (rev 175780)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+# Contributor: eric <[email protected]>
+# Contributor: Damir Perisa <[email protected]>
+
+pkgname=raptor
+pkgver=2.0.8
+pkgrel=3
+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>=50.1.2')
+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=('ac60858b875aab8fa7917f21a1237aa9')
Copied: raptor/repos/testing-x86_64/PKGBUILD (from rev 175770,
raptor/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-21 17:03:22 UTC (rev 175780)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+# Contributor: eric <[email protected]>
+# Contributor: Damir Perisa <[email protected]>
+
+pkgname=raptor
+pkgver=2.0.8
+pkgrel=3
+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>=50.1.2')
+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=('ac60858b875aab8fa7917f21a1237aa9')