From a26ce336126d18cde915c2331250b8dfbffc24f8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Mar 2012 00:01:38 +0000 Subject: Wed Mar 28 00:01:38 UTC 2012 --- extra/raptor/PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'extra/raptor') diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD index 62a6a6e50..c6900aee8 100644 --- a/extra/raptor/PKGBUILD +++ b/extra/raptor/PKGBUILD @@ -1,30 +1,36 @@ -# $Id: PKGBUILD 143845 2011-11-30 01:41:45Z eric $ -# Maintainer: Andreas Radke +# $Id: PKGBUILD 154325 2012-03-26 11:01:20Z tomegun $ +# Maintainer: Tom Gundersen +# Contributor: Andreas Radke # Contributor: eric # Contributor: Damir Perisa pkgname=raptor -pkgver=2.0.6 +pkgver=2.0.7 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=('curl>=7.22.0' 'libxslt>=1.1.26') +depends=('curl' 'libxslt' 'icu') license=('LGPL') options=('!libtool') source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz") -md5sums=('1f07af81cbe3cf1bf0d1d250b18d9f93') build() { cd "${srcdir}"/raptor2-${pkgver} ./configure --prefix=/usr \ --disable-static \ - --with-yajl=no + --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=('699073463467dc8eded2ca89de2ab2ea') -- cgit v1.2.3-54-g00ecf