makedepends=(rasqal db sqlite libiodbc)

description="Library that provides a high-level interface to RDF data"
url="http://download.librdf.org/source/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=redland
version=1.0.17
release=6

source=(rpath.diff
	http://download.librdf.org/source/$name-$version.tar.gz)

build() {
cd $name-$version
	
./configure --prefix=/usr \
            --disable-static
 
patch -Np0 -i ../rpath.diff

make
make DESTDIR=$PKG install
}
