# maintainer: Neophytos Kolokotronis pkgname=telepathy-glib pkgver=0.21.0 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('x86_64') url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL2.1') options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('42d2a4af499eb09c26bf0a53b49895ea') build() { cd "${srcdir}/${pkgname}-${pkgver}" PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy \ --enable-static=no make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=${pkgdir} install }