1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
6 pkgdesc="A lightweight C library for storing RDF statements in memory"
8 url="http://dev.drobilla.net/browser/sord"
10 depends=('glib2' 'serd-svn')
11 makedepends=('subversion')
12 replaces=('redlandmm-svn')
15 _svntrunk="http://svn.drobilla.net/sord/trunk"
19 msg "Connecting to SVN server..."
20 msg "Checking out $_svnmod"
21 svn co "$_svntrunk" "$_svnmod"
22 msg "SVN checkout done or server timeout"
24 msg "Starting build..."
26 python2 ./waf configure --prefix=/usr
32 DESTDIR="$pkgdir" python2 ./waf install