summaryrefslogtreecommitdiffstats
path: root/evolution-webcal/Pkgfile
blob: 4c87c3c4e28005f0da9a058b04cfc92f2c08db75 (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
# 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

}