# $Id: PKGBUILD 94337 2010-10-06 16:43:18Z ibiru $ # Maintainer: Ionut Biru # Contributor: Daniel Balieiro pkgname=telepathy-salut pkgver=0.4.0 pkgrel=1 pkgdesc="A link-local XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL') depends=('telepathy-glib>=0.12.0' 'avahi' 'libsoup') makedepends=('libxslt' 'python2') install=telepathy-salut.install source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('95f0cf9681912104474b0f4c4d00807f') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy make make DESTDIR="${pkgdir}" install }