# $Id: PKGBUILD 99782 2010-11-17 16:36:42Z ibiru $ # Maintainer: Ionut Biru # Contributor: Ju Liu # Contributor: Bjorn Lindeijer # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control pkgver=5.6.1 pkgrel=1 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=('i686' 'x86_64') url="http://mission-control.sourceforge.net/" license=('LGPL2.1') depends=('telepathy-glib>=0.12.4' 'libgnome-keyring>=2.32.0') makedepends=('libxslt' 'python2') options=('!libtool') source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz) md5sums=('0627423bfdf1f5616a4250205ec35b70') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy \ --enable-gnome-keyring make make DESTDIR="$pkgdir" install }