summaryrefslogtreecommitdiffstats
path: root/evolution-webcal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'evolution-webcal/Pkgfile')
-rwxr-xr-xevolution-webcal/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/evolution-webcal/Pkgfile b/evolution-webcal/Pkgfile
new file mode 100755
index 0000000..56f7708
--- /dev/null
+++ b/evolution-webcal/Pkgfile
@@ -0,0 +1,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
+
+}