PKGBUILDs/community/python-telepathy/PKGBUILD

22 lines
704 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 3179 2009-09-29 12:43:28Z ibiru $
# Maintainer: Biru Ionut <biru.ionut at gmail.com>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
pkgname=python-telepathy
pkgver=0.15.12
pkgrel=1
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)
build() {
cd $srcdir/telepathy-python-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install || return 1
}
md5sums=('5d3956d9729862c23be34e4815c77d33')