#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-haze pkgver=0.4.0 zenver=66 pkgrel=1 arch=i686 source=("http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-$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-haze (Libpurple connection manager for Telepathy)" "Libpurple-based Telepathy connection manager, to provide Telepathy" "clients with access to the full range of protocols supported by" "libpurple." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }