summaryrefslogtreecommitdiff
path: root/extra/raptor
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-07 23:14:33 +0000
committerroot <root@rshg054.dnsready.net>2011-08-07 23:14:33 +0000
commit0f9e4ba23bb6296d8bb8010f70d868fd08db9c54 (patch)
treeddd4394d1c62e9831f05238ff56a70da01f6c5c0 /extra/raptor
parent7f2d7bd11daf0c654d4147cb91f9913bc587c276 (diff)
Sun Aug 7 23:14:33 UTC 2011
Diffstat (limited to 'extra/raptor')
-rw-r--r--extra/raptor/PKGBUILD25
1 files changed, 9 insertions, 16 deletions
diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD
index 70b91af17..2f73f333a 100644
--- a/extra/raptor/PKGBUILD
+++ b/extra/raptor/PKGBUILD
@@ -1,30 +1,22 @@
-# $Id: PKGBUILD 131270 2011-07-12 17:27:06Z andrea $
+# $Id: PKGBUILD 134573 2011-08-06 08:14:08Z andrea $
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Contributor: eric <eric@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=raptor
-pkgver=2.0.3
-pkgrel=3
+pkgver=2.0.4
+pkgrel=1
pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
arch=('i686' 'x86_64')
url="http://librdf.org/raptor"
depends=('libxml2>=2.7.8' 'curl>=7.21.7' 'zlib>=1.2.5' 'libxslt>=1.1.26')
license=('LGPL')
options=('!libtool')
-source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz"
- 'Allow-instead-of-in-TRiG.patch')
-md5sums=('46eff4b20f8752d1146a3e0c8b2168dd'
- '73cfb0c1098ded4eff8c7f64bcaa5471')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
+md5sums=('46eff4b20f8752d1146a3e0c8b2168dd')
build() {
- cd ${srcdir}/raptor2-${pkgver}
-
- # see http://bugs.librdf.org/mantis/view.php?id=451
- patch -p1 -i "${srcdir}"/Allow-instead-of-in-TRiG.patch
-
- # fix build with curl >= 7.21.2
- sed -i '/#include <curl\/types.h>/d' src/raptor_internal.h
+ cd "${srcdir}"/raptor2-${pkgver}
./configure --prefix=/usr \
--disable-static \
@@ -33,6 +25,7 @@ build() {
}
package() {
- cd ${srcdir}/raptor2-${pkgver}
- make prefix=${pkgdir}/usr install
+ cd "${srcdir}"/raptor2-${pkgver}
+ make prefix="${pkgdir}"/usr install
}
+md5sums=('0373efb8d85dc872bc7bb5b1c69299fb')