updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / redstore / PKGBUILD
blob2e994a2b19aa8e9811d480c9e93001da702d2191
1 pkgname=redstore
2 pkgver=0.5.4
3 pkgrel=1
4 pkgdesc="RedStore is a lightweight RDF triplestore written in C using the Redland library."
5 arch=('i686' 'x86_64')
6 url="http://www.aelius.com/njh/redstore/"
7 depends=('rasqal>=0.9.27' 'redland>=1.0.14' 'raptor>=2.0.4')
8 license=('GPLv3')
9 options=('!libtool')
10 source=(http://www.aelius.com/njh/redstore/$pkgname-$pkgver.tar.gz)
11 md5sums=('5857c99d0aaf384050ea17e15354feba')
13 build() {
14   cd ${srcdir}/${pkgname}-${pkgver}
15   ./configure --prefix=/usr
16   make
19 package() {
20   cd ${srcdir}/${pkgname}-${pkgver}
21   make prefix=${pkgdir}/usr install