# $Id: PKGBUILD 185542 2013-05-14 21:40:20Z andrea $ # Maintainer: Ionut Biru pkgname=evolution-ews pkgver=3.8.2 pkgrel=2 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64') license=('LGPL2.1') url="http://www.gnome.org" depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop') makedepends=('intltool' 'evolution') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/evolution --disable-static --with-krb5 make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }