# $Id: PKGBUILD 65712 2012-02-22 10:21:10Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea # Maintainer: Angel 'angvp' Velasquez pkgname=obby pkgver=0.4.8 pkgrel=1 pkgdesc="A library which provides synced document buffers" url="http://gobby.0x539.de" options=('!libtool') license=('GPL') arch=('i686' 'x86_64') depends=('net6' 'avahi' 'libsigc++') source=(http://releases.0x539.de/obby/obby-$pkgver.tar.gz) md5sums=('5d4cd4e77f87b092e5ed21b104d8ad33') build() { cd $srcdir/obby-$pkgver ./configure --prefix=/usr --with-zeroconf --enable-ipv6 make make DESTDIR=$pkgdir install }