wok diff vim-tiny/receipt @ rev 15615
sudoku-savant: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 08 08:30:57 2013 +0000 (2013-12-08) |
parents | 749ffdd335d7 |
children | d9d7fcbb1ab3 |
line diff
1.1 --- a/vim-tiny/receipt Sun May 26 17:48:34 2013 +0200 1.2 +++ b/vim-tiny/receipt Sun Dec 08 08:30:57 2013 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Advanced text editor with no GUI" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ncurses" 1.8 +LICENSE="other" 1.9 SOURCE="vim" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.vim.org/" 1.12 @@ -13,6 +13,8 @@ 1.13 CONFIG_FILES="/etc/vim/vimrc" 1.14 TAGS="text-editor" 1.15 1.16 +DEPENDS="ncurses" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -46,9 +48,9 @@ 1.22 { 1.23 mkdir -p $fs/usr/share $fs/etc 1.24 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/share/vim $fs/usr/share 1.27 - cp -a $_pkg/etc/vim $fs/etc 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/usr/share/vim $fs/usr/share 1.30 + cp -a $install/etc/vim $fs/etc 1.31 rm -f $fs/usr/bin/*tutor 1.32 } 1.33