Date: Thursday, January 18, 2018 @ 21:05:36
  Author: bpiotrowski
Revision: 315114

archrelease: copy trunk to staging-x86_64

Added:
  rasqal/repos/staging-x86_64/
  rasqal/repos/staging-x86_64/PKGBUILD
    (from rev 315113, rasqal/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: rasqal/repos/staging-x86_64/PKGBUILD (from rev 315113, 
rasqal/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-01-18 21:05:36 UTC (rev 315114)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: AndyRTR <[email protected]>
+# Contributor: Lawrence Lee <[email protected]>
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.33
+pkgrel=2
+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=('x86_64')
+depends=('raptor' 'mpfr' 'util-linux')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1f5def51ca0026cd192958ef07228b52')
+
+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
+}

Reply via email to