summaryrefslogtreecommitdiff
path: root/extra/rasqal
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-30 03:34:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-30 03:34:59 +0000
commit53db844f5c8c3d0a6752bb40f65c613020084541 (patch)
treed910e83c076bbb5d07951bceaf8570aa2bcdea90 /extra/rasqal
parentce34930a04e783323d0a92208729b9e5fa1994c5 (diff)
Mon Dec 30 03:31:50 UTC 2013
Diffstat (limited to 'extra/rasqal')
-rw-r--r--extra/rasqal/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD
deleted file mode 100644
index f6713531d..000000000
--- a/extra/rasqal/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 198396 2013-10-30 14:37:02Z allan $
-# Maintainer: Tom Gundersen <teg@jklm.no>
-# Contributor: AndyRTR <andyrtr@archlinux.org>
-# Contributor: Lawrence Lee <valheru@facticius.net>
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.30
-pkgrel=1
-pkgdesc="A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings"
-url="http://librdf.org/rasqal"
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('raptor' 'mpfr' 'util-linux')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --disable-static \
- --enable-release
- make
-}
-
-check() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make -k check || true # still fails some checks
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')