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

22 lines
737 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Kartvizit görevleri ve takvim bilgileri ile çalışan programlar.
2017-07-25 22:21:02 +02:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# 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
2017-07-25 22:21:02 +02:00
name=evolution-data-server
version=3.22.6
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-25 22:21:02 +02:00
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
}