# $Id: PKGBUILD 210535 2014-04-14 20:07:32Z jgc $ # Maintainer: Ionut Biru # Contributor: Ju Liu # Contributor: Bjorn Lindeijer # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control pkgver=5.16.1 pkgrel=2 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org/wiki/Mission Control" license=('LGPL2.1') depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager') makedepends=('libxslt' 'python2' 'gtk-doc') install=telepathy-mission-control.install source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('421115a35b9e427807326877f86e7f43') build() { cd "$pkgname-$pkgver" PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \ --with-connectivity=nm \ --enable-gtk-doc \ --disable-upower \ --disable-static \ --disable-schemas-compile make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }