diff options
author | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
commit | 299e917c17619f800f0c21cf43209065b608223f (patch) | |
tree | e175a7bbdb5d933670f10b09f1cc52ece45ced87 /extra/python-telepathy | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'extra/python-telepathy')
-rw-r--r-- | extra/python-telepathy/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/python-telepathy/PKGBUILD b/extra/python-telepathy/PKGBUILD index 13fde3c16..0df359a07 100644 --- a/extra/python-telepathy/PKGBUILD +++ b/extra/python-telepathy/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102076 2010-12-04 12:37:04Z ibiru $ +# $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=1 +pkgrel=2 pkgdesc="Python libraries for use in Telepathy clients and connection managers" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" @@ -17,5 +17,9 @@ build() { cd "${srcdir}/telepathy-python-${pkgver}" ./configure --prefix=/usr make +} + +package() { + cd "${srcdir}/telepathy-python-${pkgver}" make DESTDIR="${pkgdir}" install } |