wok-6.x diff gvim/receipt @ rev 9294
Down erlang (R12B-5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 17 11:20:04 2011 +0100 (2011-03-17) |
parents | 3cddd3e4bd3e |
children | ee65475504e7 |
line diff
1.1 --- a/gvim/receipt Sun Mar 06 22:02:23 2011 +0100 1.2 +++ b/gvim/receipt Thu Mar 17 11:20:04 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()