# $Id: PKGBUILD 150847 2012-02-23 12:38:51Z ibiru $ # Maintainer: Ionut Biru # Contributor: Daniel Balieiro pkgname=python-telepathy pkgver=0.15.19 pkgrel=2 pkgdesc="Python libraries for use in Telepathy clients and connection managers" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" license=('LGPL') depends=('dbus-python') makedepends=('libxslt') source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz) md5sums=('f7ca25ab3c88874015b7e9728f7f3017') build() { cd "${srcdir}/telepathy-python-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/telepathy-python-${pkgver}" make DESTDIR="${pkgdir}" install }