4 pkgdesc="RedStore is a lightweight RDF triplestore written in C using the Redland library."
6 url="http://www.aelius.com/njh/redstore/"
7 depends=('rasqal>=0.9.27' 'redland>=1.0.14' 'raptor>=2.0.4')
10 source=(http://www.aelius.com/njh/redstore/$pkgname-$pkgver.tar.gz)
11 md5sums=('5857c99d0aaf384050ea17e15354feba')
14 cd ${srcdir}/${pkgname}-${pkgver}
15 ./configure --prefix=/usr
20 cd ${srcdir}/${pkgname}-${pkgver}
21 make prefix=${pkgdir}/usr install