#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-python pkgver=0.15.18 zenver=66 pkgrel=1 arch=i686 source=("http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-$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-python/ extradepends=("python" "dbus-python") options=('norequiredbuilder' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "telepathy-python (Python backend for libtelepathy.)" "telepathy-python is a Python package containing base classes for use" "in connection managers, and proxy classes for use in clients." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }