summaryrefslogtreecommitdiff
path: root/extra/python-telepathy/PKGBUILD
blob: f9c40278e33c744b4bc46d5ae39997f5979f882f (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
26
27
28
29
# $Id: PKGBUILD 216189 2014-07-02 07:25:24Z fyan $
# Maintainer:  Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
pkgbase=python-telepathy
pkgname=('python2-telepathy')
pkgver=0.15.19
pkgrel=4
pkgdesc="Python libraries for use in Telepathy clients and connection managers"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
license=('LGPL')
depends=('python2-dbus')
makedepends=('libxslt')
conflicts=('python-telepathy')
replaces=('python-telepathy')
source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
         '3f0e1af0452d62a0c0aab916e045579c')

build() {
    cd "${srcdir}/telepathy-python-${pkgver}"
    ./configure --prefix=/usr
    make
}

package_python2-telepathy() {
    cd "${srcdir}/telepathy-python-${pkgver}"
    make DESTDIR="${pkgdir}" install
}