summaryrefslogtreecommitdiffstats
path: root/gnome/evolution-data-server/Pkgfile
blob: 766c1177e8c552c74c9f084c0dcad30ad2d68ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Evolution's Backend Server
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnomeui, libsoup, nss, libical, libgweather, popt, bison

name=evolution-data-server
version=2.30.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
            --libexecdir=$GNOME_PREFIX/lib/evolution-data-server \
            --enable-nntp \
            --enable-gnome-keyring \
            --enable-nss \
		--with-nspr-includes=/usr/include/nspr \
		--with-nss-includes=/usr/include/nss \
            --enable-smime \
		
	make
	make DESTDIR=$PKG install
	rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
}