blob: 3ae598cb75530bb74484dd7a4e565a86a1c8dd7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Description: client messagerie evolution
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libpst, gtkhtml, evolution-data-server, libcanberra, libunique, networkmanager, gtkimageview, nss, hal, dbus-glib, gstreamer, libnotify, intltool, gnome-desktop
name=evolution
version=2.30.1.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=$GNOME_PREFIX \
--sysconfdir=/etc \
--libexecdir=$GNOME_PREFIX/lib/ \
--enable-nntp \
--enable-nss \
--enable-smime
make
make DESTDIR=$PKG install
}
|