26 lines
661 B
Plaintext
26 lines
661 B
Plaintext
# Tanım: VoIP, IP Telefon ve Video Konferans uygulaması, sesli / görüntülü görüşme yapmanızı sağlar
|
||
# URL: http://ftp.gnome.org/pub/gnome/sources/ekiga
|
||
# Paketçi: milisarge
|
||
# Gerekler: gtk2 opal boost gnome-icon-theme dbus gconf libnotify avahi gnome-doc-utils openldap
|
||
|
||
isim=ekiga
|
||
surum=4.0.1
|
||
devir=1
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
|
||
cd $isim-$surum
|
||
|
||
./configure --prefix=/usr \
|
||
--sysconfdir=/etc \
|
||
--disable-eds \
|
||
--disable-gdu \
|
||
--disable-ldap \
|
||
--disable-scrollkeeper
|
||
make
|
||
|
||
make DESTDIR=$PKG install
|
||
|
||
}
|