milis/talimatname/genel/telepathy-mission-control/talimat

24 lines
627 B
Plaintext
Raw Normal View History

2017-04-18 14:32:26 +02:00
# Description: Bağlantı yöneticilerinin detaylarının bir kısmını soyutlayan bir Telepati bileşeni.
2016-02-24 01:27:23 +01:00
# URL: http://telepathy.freedesktop.org/
2017-04-18 14:32:26 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: telepathy-glib libgnome-keyring dconf networkmanager
name=telepathy-mission-control
version=5.16.3
release=1
2016-07-23 00:37:59 +02:00
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2016-07-23 00:37:59 +02:00
--libexecdir=/usr/lib/telepathy \
2016-02-24 01:27:23 +01:00
--with-connectivity=nm \
--enable-gtk-doc \
--disable-upower \
--disable-static \
--disable-schemas-compile
make
make DESTDIR=$PKG install
}