#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-gabble pkgver=0.13.7 zenver=72 pkgrel=1 arch=i486 source=("http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://telepathy.freedesktop.org/releases/telepathy-gabble/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "telepathy-gabble (Jabber backend for libtelepathy.)" "Currently supporting single user chats, multi user chats and" "voice/video calls. Install this package to use Telepathy instant" "messaging clients with Jabber/XMPP servers, including Google Talk." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }