25 lines
631 B
Plaintext
25 lines
631 B
Plaintext
# 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
|
||
}
|