2010-05-17 15:50:50 +08:00
|
|
|
# $Id: PKGBUILD 78979 2010-04-29 15:58:01Z ibiru $
|
2010-04-07 03:23:26 +08:00
|
|
|
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
2010-03-14 23:48:48 +08:00
|
|
|
# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
|
|
|
|
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
|
2011-04-17 18:18:29 +08:00
|
|
|
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgname=telepathy-glib
|
2011-04-17 18:18:29 +08:00
|
|
|
pkgver=0.14.4
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://telepathy.freedesktop.org"
|
|
|
|
groups=('telepathy')
|
|
|
|
license=('LGPL')
|
|
|
|
options=('!libtool' '!emptydirs')
|
2011-04-17 18:18:29 +08:00
|
|
|
depends=('dbus-glib')
|
2011-04-18 05:29:15 +08:00
|
|
|
makedepends=('libxslt' 'python2')
|
2010-03-14 23:48:48 +08:00
|
|
|
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
2011-04-17 18:18:29 +08:00
|
|
|
md5sums=('011c7357c8d85bea8b1f402a4f5eb02a')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd ${srcdir}/${pkgname}-${pkgver}
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make || return 1
|
|
|
|
make DESTDIR=${pkgdir} install
|
|
|
|
}
|