# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=evolution-ews pkgver=3.32.1 pkgrel=0 pkgdesc="MS Exchange integration through Exchange Web Services" url="https://wiki.gnome.org/Apps/Evolution/EWS" arch="x86 x86_64 ppc64le" license="LGPL-2.1" depends="evolution" makedepends="cmake gtk-doc intltool glib-dev gettext-dev gnome-common evolution-data-server-dev evolution-dev libmspack-dev" subpackages="$pkgname-lang" source="https://download.gnome.org/sources/evolution-ews/${pkgver%.*}/evolution-ews-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { mkdir -p "$builddir"/build cd "$builddir"/build # CFLAGS="$CFLAGS -I/usr/include/gnu-libiconv" \ cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. make } package() { cd "$builddir"/build make DESTDIR="$pkgdir" install } sha512sums="dc93e31afb5a53830397eca4a543847571cd03021a77efad19ecb87e5b0a39622d5e7c2685728ed4ad9568bf5647820996a06dd27c6c8117ea8451b17cd16d9f evolution-ews-3.32.1.tar.xz"