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
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|