From a81bc5be2e3672119ca0313a1fde10397a31211e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Jul 2011 23:11:14 +0000 Subject: Fri Jul 1 23:11:14 UTC 2011 --- extra/telepathy-salut/PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'extra/telepathy-salut') diff --git a/extra/telepathy-salut/PKGBUILD b/extra/telepathy-salut/PKGBUILD index f90d2f1fa..b20dd6422 100644 --- a/extra/telepathy-salut/PKGBUILD +++ b/extra/telepathy-salut/PKGBUILD @@ -1,24 +1,30 @@ -# $Id: PKGBUILD 94337 2010-10-06 16:43:18Z ibiru $ +# $Id: PKGBUILD 129928 2011-06-30 10:52:28Z ibiru $ # Maintainer: Ionut Biru # Contributor: Daniel Balieiro pkgname=telepathy-salut -pkgver=0.4.0 +pkgver=0.5.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') +depends=('telepathy-glib' 'avahi' 'libsoup') +makedepends=('libxslt' 'python2' 'xmldiff') install=telepathy-salut.install source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('95f0cf9681912104474b0f4c4d00807f') +md5sums=('0642bd33d5d5e8e50087ace1faa769cd') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy + --libexecdir=/usr/lib/telepathy \ + --disable-plugins --disable-Werror \ + --with-tls=openssl make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf