#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-farstream pkgver=0.1.1 zenver=72 pkgrel=1 arch=i486 source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$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-farstream/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "telepathy-farstream (A telepathy-backend to use stream engine)" "Glue library between telepathy and farsight2 (documentation)" "A helper library to glue together Telepathy's media signalling" "and the media streaming capabilities of Farsight2" ) 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 }