2017-10-27 21:46:27 +03:00
|
|
|
|
# Tanım: VoIP, IP Telefon ve Video Konferans uygulaması, sesli / görüntülü görüşme yapmanızı sağlar
|
2016-02-24 02:27:23 +02:00
|
|
|
|
# URL: http://ftp.gnome.org/pub/gnome/sources/ekiga
|
2017-10-27 21:46:27 +03:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk2 opal boost gnome-icon-theme dbus gconf libnotify avahi gnome-doc-utils openldap
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
isim=ekiga
|
|
|
|
|
surum=4.0.1
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$isim-$surum.tar.xz)
|
2017-01-31 03:37:09 +03:00
|
|
|
|
|
2017-10-28 00:59:41 +03:00
|
|
|
|
derle() {
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
cd $isim-$surum
|
2017-01-31 03:37:09 +03:00
|
|
|
|
|
2016-02-24 02:27:23 +02:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--disable-eds \
|
|
|
|
|
--disable-gdu \
|
|
|
|
|
--disable-ldap \
|
2017-01-31 03:37:09 +03:00
|
|
|
|
--disable-scrollkeeper
|
2016-02-24 02:27:23 +02:00
|
|
|
|
make
|
2017-01-31 03:37:09 +03:00
|
|
|
|
|
2016-02-24 02:27:23 +02:00
|
|
|
|
make DESTDIR=$PKG install
|
2017-01-31 03:37:09 +03:00
|
|
|
|
|
2016-02-24 02:27:23 +02:00
|
|
|
|
}
|