1 # Maintainer: Adam Hani Schakaki <krzd@krzd.net>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
3 # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com>
4 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
5 # Contributor: Flamelab <panosfilip@gmail.com>
7 pkgname=telepathy-glib-newest
8 _realpkgname=telepathy-glib
11 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
12 arch=('i686' 'x86_64')
13 url="http://telepathy.freedesktop.org"
16 options=('!libtool' '!emptydirs')
17 provides=("telepathy-glib=${pkgver}")
18 conflicts=("telepathy-glib")
20 makedepends=('libxslt' 'vala' 'gobject-introspection')
21 source=("http://telepathy.freedesktop.org/releases/${_realpkgname}/${_realpkgname}-${pkgver}.tar.gz")
24 cd "${srcdir}/${_realpkgname}-${pkgver}"
25 PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
26 --libexecdir=/usr/lib/telepathy \
27 --enable-vala-bindings \
33 cd "${srcdir}/${_realpkgname}-${pkgver}"
34 make DESTDIR=${pkgdir} install
36 md5sums=('87521a782de115f938787dc17fe158e1')