# $Id: PKGBUILD 108673 2011-02-02 13:28:13Z ibiru $ # Maintainer : Ionut Biru # Contributor: Timm Preetz pkgname=telepathy-sofiasip pkgver=0.6.6 pkgrel=1 pkgdesc="a SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack." arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" license=('LGPL') depends=('telepathy-glib' 'sofia-sip') makedepends=('libxslt' 'python2') install=telepathy-sofiasip.install groups=('telepathy') source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('aebdadeb92db02b0da916fd077fa8c7e') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy make make DESTDIR="${pkgdir}" install }