# Id:$ # Maintainer: Biru Ionut # Contributor: Ju Liu # Contributor: Bjorn Lindeijer # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control pkgver=4.67 pkgrel=4 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') depends=('libtelepathy' 'gnome-keyring') makedepends=('libxslt' 'python') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/mission-control/$pkgname-$pkgver.tar.gz") md5sums=('0a547e7af4a33355bac3638dd2e40859') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy make || return 1 make DESTDIR=$pkgdir install || return 1 }