wok diff vim/receipt @ rev 16725
Add pgrouting
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 02 20:24:20 2014 +0000 (2014-06-02) |
parents | 749ffdd335d7 |
children | d9d7fcbb1ab3 |
line diff
1.1 --- a/vim/receipt Sun May 26 17:48:34 2013 +0200 1.2 +++ b/vim/receipt Mon Jun 02 20:24:20 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Advanced text editor" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="other" 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 @@ -44,9 +45,9 @@ 1.12 { 1.13 mkdir -p $fs/usr/share $fs/etc 1.14 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/vim $fs/usr/share 1.17 - cp -a $_pkg/etc/vim $fs/etc 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/share/vim $fs/usr/share 1.20 + cp -a $install/etc/vim $fs/etc 1.21 } 1.22 1.23 post_install()