pkgname=rasqal pkgver=0.9.33 pkgrel=6 pkgdesc="C library that handles Resource Description Framework query syntaxes, returning results as bindings" url="http://librdf.org/rasqal" license=('GPL' 'LGPL') arch=('x86_64') depends=('raptor' 'mpfr' 'util-linux' 'libgcrypt' 'pcre') options=('!libtool') source=("http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz") md5sums=('1f5def51ca0026cd192958ef07228b52') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --disable-static \ --enable-release make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }