24 lines
621 B
Plaintext
24 lines
621 B
Plaintext
# Description: A Telepathy component providing abstraction of some of the details of connection managers.
|
|
# URL: http://telepathy.freedesktop.org/
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: telepathy-glib libgnome-keyring dconf networkmanager
|
|
|
|
name=telepathy-mission-control
|
|
version=5.16.3
|
|
release=1
|
|
|
|
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--libexecdir=/usr/lib/telepathy \
|
|
--with-connectivity=nm \
|
|
--enable-gtk-doc \
|
|
--disable-upower \
|
|
--disable-static \
|
|
--disable-schemas-compile
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|