From 59c82735bbc6727e0e18d7609ff072154b2180ba Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 20 Oct 2011 21:56:21 +0200 Subject: evolution-exchange 3.2.1-1 ajout port --- evolution-exchange/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 evolution-exchange/Pkgfile (limited to 'evolution-exchange/Pkgfile') diff --git a/evolution-exchange/Pkgfile b/evolution-exchange/Pkgfile new file mode 100644 index 0000000..127a41d --- /dev/null +++ b/evolution-exchange/Pkgfile @@ -0,0 +1,26 @@ +# Description: Connecteur Exchange pour Evolution +# URL: http://projects.gnome.org/evolution/ +# Maintainer: NuTyX GNOME team +# Packager: piernov +# Depends on: evolution-data-server, gtkhtml4, gnome-desktop, evolution, intltool +# Run on: evolution-data-server,gtkhtml4,gnome-desktop,evolution + +name=evolution-exchange +version=3.2.1 +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/$name \ + --disable-schemas-install \ + --disable-gtk-doc \ + --with-krb5 \ + --with-openldap + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} -- cgit v1.2.3-54-g00ecf