wok-current rev 13276
vim: updates deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 23 09:27:46 2012 +0200 (2012-08-23) |
parents | a4ff6ffd215b |
children | ef61195e9258 |
files | vim/receipt |
line diff
1.1 --- a/vim/receipt Wed Aug 22 22:59:17 2012 +0200 1.2 +++ b/vim/receipt Thu Aug 23 09:27:46 2012 +0200 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Advanced text editor" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ncurses acl" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.vim.org/" 1.10 WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" 1.11 CONFIG_FILES="/etc/vim/vimrc" 1.12 TAGS="text-editor" 1.13 1.14 +DEPENDS="ncurses acl diffutils" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {