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

24 lines
612 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: telepathy-glib libgnome-keyring dconf networkmanager
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=telepathy-mission-control
surum=5.16.3
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./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
}