milis/talimatname/genel/ekiga/talimat

26 lines
676 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.

# Description: 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
# Packager: milisarge
# Depends on: gtk2 opal boost gnome-icon-theme dbus gconf libnotify avahi gnome-doc-utils openldap
name=ekiga
version=4.0.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-eds \
--disable-gdu \
--disable-ldap \
--disable-scrollkeeper
make
make DESTDIR=$PKG install
}