#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-salut pkgver=0.6.0 zenver=72 pkgrel=1 arch=i486 source=("http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-$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-salut/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "telepathy-salut (Link-local XMPP connection manager for the Telepathy)" "Telepathy is a real time communications framework. Salut provides" "Link-local Jabber functionality for Telepathy." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }