2010-10-19 21:41:29 +08:00
#
# Platform Packages for Chakra, part of chakra-project.org
#
2013-02-17 14:49:15 +08:00
# maintainer abveritas[at]chakra-project[dot]org>
2010-03-14 23:48:48 +08:00
pkgname = rasqal
2013-02-17 14:49:15 +08:00
pkgver = 0.9.30
2010-03-14 23:48:48 +08:00
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' )
2013-02-17 14:49:15 +08:00
arch = ( 'x86_64' )
depends = ( 'raptor>=2.0.8' 'mpfr' 'util-linux' )
2010-03-14 23:48:48 +08:00
options = ( '!libtool' )
2013-02-17 14:49:15 +08:00
source = ( " http://download.librdf.org/source/ ${ pkgname } - ${ pkgver } .tar.gz " )
md5sums = ( 'b12c5f9cfdb6b04efce5a4a186b8416b' )
2010-03-14 23:48:48 +08:00
build( ) {
cd ${ srcdir } /${ pkgname } -${ pkgver }
2011-07-08 06:22:40 +08:00
./configure --prefix= /usr \
--disable-static \
--enable-release
make
2010-10-19 21:41:29 +08:00
}
package( ) {
cd ${ srcdir } /${ pkgname } -${ pkgver }
2011-07-08 06:22:40 +08:00
make DESTDIR = ${ pkgdir } install
2010-03-14 23:48:48 +08:00
}