updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / sobby / PKGBUILD
blob176944793af25454af800e54c90662ea36e5af6f
1 # Maintainer: Thomas Jost <schnouki@schnouki.net>
2 pkgname=sobby
3 pkgver=0.4.7
4 pkgrel=1
5 pkgdesc="Standalone obby server"
6 url="http://gobby.0x539.de/trac/"
7 license="GPL"
8 depends=('obby>=0.4.7' 'libxml++')
9 makedepends=('pkgconfig' 'net6>=1.3.12')
10 arch=('i686' 'x86_64')
11 source=(http://releases.0x539.de/sobby/sobby-$pkgver.tar.gz)
12 md5sums=('816ac9e2ecf2ac79306f9bbb80699464')
13 sha1sums=('ca20369eabce1657d090b310d78d4a35d697f28b')
15 build() {
16   cd $srcdir/sobby-$pkgver
17   ./configure --prefix=/usr
18   make
19   make DESTDIR=$pkgdir install