desktop/telepathy-mission-control/PKGBUILD

31 lines
879 B
Bash

# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=telepathy-mission-control
pkgver=5.10.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')
makedepends=('libxslt' 'python2')
install=telepathy-mission-control.install
groups=('telepathy')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
md5sums=('50594028ebb2dba0181fec99e6f56ff5')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--disable-schemas-compile
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}