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

22 lines
744 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: Kartvizit görevleri ve takvim bilgileri ile çalışan programlar.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: vim db gnome-online-accounts gnome-common gperf icu libgdata libical libsecret libsoup nss libgweather vala gobject-introspection kerberos gtk3 gtk-doc openldap
name=evolution-data-server
version=3.22.6
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./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
}