wok rev 9147

Oups... add WGET_URL and related stuff into gvim
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 06 22:05:16 2011 +0100 (2011-03-06)
parents 939faf82cfc2
children c5895a53610e
files gvim/receipt
line diff
     1.1 --- a/gvim/receipt	Sun Mar 06 22:02:36 2011 +0100
     1.2 +++ b/gvim/receipt	Sun Mar 06 22:05:16 2011 +0100
     1.3 @@ -3,10 +3,15 @@
     1.4  PACKAGE="gvim"
     1.5  VERSION="7.2"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Advanced text editor"
     1.8 +SHORT_DESC="Advanced text editor, with gtk+ GUI"
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10  DEPENDS="ncurses gtk+ xorg-libXt"
    1.11 +SOURCE="vim"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.vim.org/"
    1.14 +WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL"
    1.15 +CONFIG_FILES="/etc/vim/vimrc"
    1.16 +TAGS="text-editor"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()