updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / sord-svn / PKGBUILD
blob7b055a751a42d628a8ad85ee3e77f0f7b108a6cf
1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=sord-svn
4 pkgver=44
5 pkgrel=1
6 pkgdesc="A lightweight C library for storing RDF statements in memory"
7 arch=('i686' 'x86_64')
8 url="http://dev.drobilla.net/browser/sord"
9 license=('GPL')
10 depends=('glib2' 'serd-svn')
11 makedepends=('subversion')
12 replaces=('redlandmm-svn')
14 _svnmod="$pkgname"
15 _svntrunk="http://svn.drobilla.net/sord/trunk"
17 build() {
18  cd "$srcdir"
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..."
25  cd "$srcdir/$_svnmod"
26  python2 ./waf configure --prefix=/usr
27  python2 ./waf
30 package() {
31  cd "$srcdir/$_svnmod"
32  DESTDIR="$pkgdir" python2 ./waf install