summaryrefslogtreecommitdiffstats
path: root/evolution-groupwise/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-20 22:08:10 +0200
committerpiernov <piernov@piernov.org>2011-10-20 22:08:10 +0200
commite977d7b80d8bd3ad9d9f4afd441c29001a2f75b2 (patch)
tree5d708bce2cc5420bd9bf6613447941ae9e07e98b /evolution-groupwise/Pkgfile
parent59c82735bbc6727e0e18d7609ff072154b2180ba (diff)
downloadgnome3-e977d7b80d8bd3ad9d9f4afd441c29001a2f75b2.tar.gz
gnome3-e977d7b80d8bd3ad9d9f4afd441c29001a2f75b2.tar.bz2
gnome3-e977d7b80d8bd3ad9d9f4afd441c29001a2f75b2.tar.xz
gnome3-e977d7b80d8bd3ad9d9f4afd441c29001a2f75b2.zip
evolution-groupwise 3.2.1-1 ajout port
Diffstat (limited to 'evolution-groupwise/Pkgfile')
-rw-r--r--evolution-groupwise/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/evolution-groupwise/Pkgfile b/evolution-groupwise/Pkgfile
new file mode 100644
index 0000000..3a6ed85
--- /dev/null
+++ b/evolution-groupwise/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Connecteur GroupWise pour Evolution
+# URL: http://projects.gnome.org/evolution/
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: evolution-data-server, gtkhtml4, evolution, intltool
+# Run on: evolution-data-server,gtkhtml4,evolution
+
+name=evolution-groupwise
+version=3.2.1
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/$name \
+ --disable-schemas-install \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}