From b2c353d874b85e06f355a9419852e2616613c7d0 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 4 May 2012 20:00:41 +0000 Subject: Fri May 4 20:00:31 UTC 2012 --- testing/raptor/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 testing/raptor/PKGBUILD (limited to 'testing/raptor/PKGBUILD') diff --git a/testing/raptor/PKGBUILD b/testing/raptor/PKGBUILD deleted file mode 100644 index b62ae3b1c..000000000 --- a/testing/raptor/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 155943 2012-04-09 13:41:08Z andyrtr $ -# Maintainer: Tom Gundersen -# Contributor: Andreas Radke -# Contributor: eric -# Contributor: Damir Perisa - -pkgname=raptor -pkgver=2.0.7 -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=('699073463467dc8eded2ca89de2ab2ea') -- cgit v1.2.3-54-g00ecf