core/telepathy-glib/PKGBUILD

26 lines
776 B
Bash
Raw Normal View History

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>
2010-03-14 23:48:48 +08:00
pkgname=telepathy-glib
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')
depends=('dbus-glib')
2010-03-14 23:48:48 +08:00
makedepends=('libxslt')
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
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
}