# Description: Plugin pour la messagerie electronique de gnome evolution # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch # Depends on: gtkhtml, evolution # Run on: gtkhtml,evolution name=evolution-webcal version=2.32.0 release=2 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2 build-with-gtk3.patch) build() { cd $name-$version patch -p1 < ../build-with-gtk3.patch autoreconf -if ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib make make DESTDIR=$PKG install }