blob: 56f7708fc40ff1126dbea86d55a577ad32574d95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib
make
make DESTDIR=$PKG install
}
|