milis/talimatname/genel/e/evolution-data-server/talimat

22 lines
727 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: Kartvizit görevleri ve takvim bilgileri ile çalışan programlar.
# URL: http://www.gnome.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: vim db gnome-online-accounts gnome-common gperf icu libgdata libical libsecret libsoup nss libgweather vala gobject-introspection kerberos gtk3 gtk-doc openldap
isim=evolution-data-server
surum=3.22.6
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --with-openldap=yes \
--with-krb5=/usr --with-libdb=/usr \
--enable-vala-bindings --disable-uoa \
--enable-gtk-doc --disable-google-auth
make
make DESTDIR=$PKG install
}