diff options
author | piernov <piernov@piernov.org> | 2011-10-20 21:56:21 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-20 21:56:21 +0200 |
commit | 59c82735bbc6727e0e18d7609ff072154b2180ba (patch) | |
tree | f4440c6dd711934fcd28c9956fa21d951aefd3b8 /evolution-exchange/Pkgfile | |
parent | 15d09f3fc307d643c9e9c22a677cc6f3bebb3b61 (diff) | |
download | gnome3-59c82735bbc6727e0e18d7609ff072154b2180ba.tar.gz gnome3-59c82735bbc6727e0e18d7609ff072154b2180ba.tar.bz2 gnome3-59c82735bbc6727e0e18d7609ff072154b2180ba.tar.xz gnome3-59c82735bbc6727e0e18d7609ff072154b2180ba.zip |
evolution-exchange 3.2.1-1 ajout port
Diffstat (limited to 'evolution-exchange/Pkgfile')
-rw-r--r-- | evolution-exchange/Pkgfile | 26 |
1 files changed, 26 insertions, 0 deletions
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 <piernov@piernov.org> +# 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 +} |