#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=telepathy-mission-control pkgver=5.6.1 zenver=66 pkgrel=1 arch=i686 source=("http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://telepathy.freedesktop.org/releases/telepathy-glib/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Telepathy component to apps to abstract details of connection managers" "Mission Control, or MC, is a Telepathy component providing a way for" "end-user applications to abstract some of the details of connection" "managers, to provide a simple way to manipulate a bunch of connection" "managers at once, and to remove the need to have in each program the" "account definitions and credentials." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }