milis/talimatname/genel/ekiga/talimat

26 lines
676 B
Plaintext
Raw Normal View History

2017-03-23 12:02:40 +01:00
# Description: 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-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk2 opal boost gnome-icon-theme dbus gconf libnotify avahi gnome-doc-utils openldap
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
2016-02-24 01:27:23 +01:00
build() {
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
}