updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / telepathy-glib-newest / PKGBUILD
blobe22215ae130672062c85d2222ffae949d579b738
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
9 pkgver=0.15.4
10 pkgrel=1
11 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
12 arch=('i686' 'x86_64')
13 url="http://telepathy.freedesktop.org"
14 groups=('telepathy')
15 license=('LGPL2.1')
16 options=('!libtool' '!emptydirs')
17 provides=("telepathy-glib=${pkgver}")
18 conflicts=("telepathy-glib")
19 depends=('dbus-glib')
20 makedepends=('libxslt' 'vala' 'gobject-introspection')
21 source=("http://telepathy.freedesktop.org/releases/${_realpkgname}/${_realpkgname}-${pkgver}.tar.gz")
23 build() {
24     cd "${srcdir}/${_realpkgname}-${pkgver}"
25     PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
26         --libexecdir=/usr/lib/telepathy \
27         --enable-vala-bindings \
28         --enable-static=no
29     make
32 package() {
33     cd "${srcdir}/${_realpkgname}-${pkgver}"
34     make DESTDIR=${pkgdir} install
36 md5sums=('87521a782de115f938787dc17fe158e1')