From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/evolution-data-server/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 extra/evolution-data-server/PKGBUILD (limited to 'extra/evolution-data-server') diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD new file mode 100644 index 000000000..5bb2c28c7 --- /dev/null +++ b/extra/evolution-data-server/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 109544 2011-02-10 18:48:23Z ibiru $ +# Maintainer: Jan de Groot + +pkgname=evolution-data-server +pkgver=2.32.2 +pkgrel=1 +pkgdesc="Central location for addressbook and calendar storage in the GNOME Desktop" +arch=('i686' 'x86_64') +depends=('libsoup>=2.32.2' 'nss>=3.12.9' 'libgnome-keyring>=2.32.0' 'heimdal>=1.3.3' 'libgweather>=2.30.3' 'libical>=0.46' 'db>=5.1.19' 'libgdata>=0.6.5') +makedepends=('intltool' 'gtk-doc' 'gperf') +options=('!libtool') +url="http://www.gnome.org" +license=('GPL') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('d22fcd9e6f1cee7b4b11a25ae3c3d19e6a454e4f09b983a954ff2d7640bf1c36') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --with-openldap=yes \ + --libexecdir=/usr/lib/evolution-data-server-1.2 \ + --with-krb5=/usr --enable-gnome-keyring \ + --with-libdb=/usr + make + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf