summaryrefslogtreecommitdiff
path: root/extra/python-telepathy/PKGBUILD
blob: 9b1b9f5ebed3e7db18d5e3d5879db31214af2775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 150847 2012-02-23 12:38:51Z ibiru $
# Maintainer:  Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
pkgname=python-telepathy
pkgver=0.15.19
pkgrel=2
pkgdesc="Python libraries for use in Telepathy clients and connection managers"
arch=('i686' 'x86_64' 'mips64el')
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
}