# Description: Evolution's Backend Server # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch # Depends on: libgnomeui, libsoup, nss, libical, libgweather, popt, bison, libgdata, gnome-online-accounts # Run on: libgnomeui,libsoup,nss,libical,libgweather,popt,bison,libgdata,gnome-online-accounts name=evolution-data-server version=3.1.90 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/evolution-data-server \ --disable-gtk-doc make -j1 make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }