wok diff gvim/receipt @ rev 16314

ARM: add tar and some fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:14:10 2014 +0200 (2014-04-09)
parents 749ffdd335d7
children 2a2d57bb6788
line diff
     1.1 --- a/gvim/receipt	Sun May 26 17:48:34 2013 +0200
     1.2 +++ b/gvim/receipt	Wed Apr 09 14:14:10 2014 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Advanced text editor, with gtk+ GUI"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ncurses gtk+ xorg-libXt xorg-libXau xorg-libXdmcp"
     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 gtk+ xorg-libXt xorg-libXau xorg-libXdmcp"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -46,11 +48,11 @@
    1.22  {
    1.23  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications $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 $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/share/vim $fs/usr/share
    1.29  	cp -a $src/runtime/vim16x16.png $fs/usr/share/pixmaps/gvim.png
    1.30  	cp -a stuff/gvim.desktop $fs/usr/share/applications
    1.31 -	cp -a $_pkg/etc/vim $fs/etc
    1.32 +	cp -a $install/etc/vim $fs/etc
    1.33  }
    1.34  
    1.35  post_install()