diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:17:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:17:46 +0100 |
commit | 1684497297dc2ca95a4d11d0a2913eb9efb897a9 (patch) | |
tree | 798d7611a919216150fcaf7136b3d293c95b3ffb /gnome/evolution | |
parent | 500772e8a6f9dbc8cdc3948c67930c6760e40815 (diff) | |
download | nutyx-pakxe-1684497297dc2ca95a4d11d0a2913eb9efb897a9.tar.gz nutyx-pakxe-1684497297dc2ca95a4d11d0a2913eb9efb897a9.tar.bz2 nutyx-pakxe-1684497297dc2ca95a4d11d0a2913eb9efb897a9.tar.xz nutyx-pakxe-1684497297dc2ca95a4d11d0a2913eb9efb897a9.zip |
evolution, maj sources
Diffstat (limited to 'gnome/evolution')
-rwxr-xr-x | gnome/evolution/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome/evolution/Pkgfile b/gnome/evolution/Pkgfile index 6df19bbe1..34db20a9e 100755 --- a/gnome/evolution/Pkgfile +++ b/gnome/evolution/Pkgfile @@ -1,12 +1,14 @@ -# Description: client messagerie -# Maintainer: Matt Housh, jaeger at morpheus dot net +# Description: client messagerie evolution +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: gtk-doc, gtkhtml, gnome-doc-utils, evolution-data-server, nss, hal, dbus-glib, gstreamer, libnotify, intltool # Group: gnome/desktop name=evolution version=2.26.3 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/evolution/2.26/$name-$version.tar.bz2 configure.patch) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ + configure.patch) build() { cd $name-$version |