[arch-commits] Commit in python-telepathy/repos (community-any community-any/PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jan 10 15:11:10 UTC 2018


    Date: Wednesday, January 10, 2018 @ 15:11:09
  Author: bgyorgy
Revision: 281038

archrelease: copy trunk to community-any

Added:
  python-telepathy/repos/community-any/
  python-telepathy/repos/community-any/PKGBUILD
    (from rev 281037, python-telepathy/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-telepathy/repos/community-any/PKGBUILD (from rev 281037, python-telepathy/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-01-10 15:11:09 UTC (rev 281038)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+
+pkgbase=python-telepathy
+_realname=telepathy-python
+pkgname=('python2-telepathy')
+pkgver=0.15.19
+pkgrel=8
+pkgdesc="Python libraries for use in Telepathy clients and connection managers"
+arch=('any')
+url="https://telepathy.freedesktop.org/"
+license=('LGPL')
+depends=('python2-dbus')
+makedepends=('libxslt')
+source=(https://telepathy.freedesktop.org/releases/$_realname/$_realname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('19C969DE3A8B96A15366F87F46CCD4CDC88AC059') # Louis-Francis Ratté-Boulianne
+sha256sums=('244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376'
+            'SKIP')
+
+build() {
+  cd $_realname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_python2-telepathy() {
+  cd $_realname-$pkgver
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir/usr/lib/python2.7/site-packages/telepathy/"
+}



More information about the arch-commits mailing list