2017-10-27 20:46:27 +02: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 01:27:23 +01:00
|
|
|
|
# URL: http://ftp.gnome.org/pub/gnome/sources/ekiga
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk2 opal boost gnome-icon-theme dbus gconf libnotify avahi gnome-doc-utils openldap
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02: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 01:37:09 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-01-31 01:37:09 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--disable-eds \
|
|
|
|
|
--disable-gdu \
|
|
|
|
|
--disable-ldap \
|
2017-01-31 01:37:09 +01:00
|
|
|
|
--disable-scrollkeeper
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make
|
2017-01-31 01:37:09 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make DESTDIR=$PKG install
|
2017-01-31 01:37:09 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|