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

25 lines
631 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bağlantı yöneticilerinin detaylarının bir kısmını soyutlayan bir Telepati bileşeni.
# URL: http://telepathy.freedesktop.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: telepathy-glib libgnome-keyring dconf networkmanager
# Grup: sistem ağ
isim=telepathy-mission-control
surum=5.16.3
devir=1
kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./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
}