Date: Monday, December 13, 2010 @ 14:43:14 Author: andyrtr Revision: 102968
upgpkg: rasqal 0.9.21-1 new upstream release 0.9.21 Modified: rasqal/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-13 18:05:09 UTC (rev 102967) +++ PKGBUILD 2010-12-13 19:43:14 UTC (rev 102968) @@ -3,7 +3,7 @@ # Contributor: Lawrence Lee <[email protected]> pkgname=rasqal -pkgver=0.9.20 +pkgver=0.9.21 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" @@ -12,16 +12,18 @@ depends=('raptor>=1.4.21' 'mpfr') options=('!libtool') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) -md5sums=('c45b6cd784298e264e8757d14355ecce') +md5sums=('55b67ec92a059ef8979d46486b00a032') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --disable-static --enable-release \ - --with-raptor=system - make || return 1 + ./configure --prefix=/usr \ + --disable-static \ + --enable-release \ + --with-raptor=system + make } package() { cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install }
