summaryrefslogtreecommitdiffstats
path: root/evolution-data-server/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /evolution-data-server/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'evolution-data-server/Pkgfile')
-rw-r--r--evolution-data-server/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/evolution-data-server/Pkgfile b/evolution-data-server/Pkgfile
new file mode 100644
index 0000000..6203530
--- /dev/null
+++ b/evolution-data-server/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Evolution's Backend Server
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libgnomeui, libsoup, nss, libical, libgweather, popt, bison, libgdata, gnome-online-accounts
+# Run on: libgnomeui,libsoup,nss,libical,libgweather,popt,bison,libgdata,gnome-online-accounts
+
+name=evolution-data-server
+version=3.1.3
+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/evolution-data-server \
+ --disable-gtk-doc
+ make -j1
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}