#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-farsight pkgver=0.0.19 zenver=72 pkgrel=1 arch=i486 source=("http://telepathy.freedesktop.org/releases/telepathy-farsight/telepathy-farsight-$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-farsight (Farsight Connection Manager for Telepathy)" "Farsight is a video conferencing connection manager for the Telepathy" "framework.Install this package to use Telepathy instant messaging" "clients with Farsight/Nice servers." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-python --disable-static make || return 1 make install DESTDIR=$startdir/pkg }