#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-glib pkgver=0.13.8 zenver=66 pkgrel=1 arch=i686 source=("http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-$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-glib/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "telepathy-glib (Messaging library)" "Telepathy GLib is a library for connection managers. It aims to" "factor out code in common to GLib-based connection managers such as" "Gabble, Idle, Sofia-Sip and Salut." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-vala-bindings --disable-static make || return 1 make install DESTDIR=$startdir/pkg }