#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=folks pkgver=0.2.1 zenver=66 pkgrel=1 arch=i686 source=("http://ftp.gnome.org/pub/GNOME/sources/folks/0.2/folks-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://ftp.gnome.org/pub/GNOME/sources/folks/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "folks (Library to aggregates people into metacontacts)" "libfolks is a library that aggregates people from multiple sources" "(eg, Telepathy connection managers and eventually evolution data" "server, Facebook, etc.) to create metacontacts" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }