milis/talimatname/genel/e/ekiga/talimat

26 lines
661 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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