#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libtelepathy pkgver=0.3.3 zenver=64 pkgrel=1 arch=i686 source=("http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-0.3.3.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/libtelepathy/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libtelepathy (Instant messaging library)" "The Telepathy project is building a unified" "framework for many different kinds of real-time communications." "It uses the D-Bus messaging system to provide a simple interface" "for client applications, allowing them to quickly take advantage of" "Telepathy's benefits." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }