milis/talimatname/genel/e/ekiga/talimat

26 lines
669 B
Plaintext
Raw Normal View History

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
name=ekiga
2017-01-31 01:37:09 +01:00
version=4.0.1
2016-02-24 01:27:23 +01:00
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$name-$version.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
cd $name-$version
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
}