diff options
Diffstat (limited to 'gnome/evolution-webcal/Pkgfile')
-rwxr-xr-x | gnome/evolution-webcal/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome/evolution-webcal/Pkgfile b/gnome/evolution-webcal/Pkgfile deleted file mode 100755 index d3106e319..000000000 --- a/gnome/evolution-webcal/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Plugin pour la messagerie electronique de gnome evolution -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: gtkhtml, evolution -# Run on: gtkhtml,evolution - -name=evolution-webcal -version=2.28.0 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) -build() { - cd $name-$version - ./configure --prefix=$GNOME_PREFIX \ - --sysconfdir=/etc \ - --libexecdir=$GNOME_PREFIX/lib - - make - make DESTDIR=$PKG install - -} |