wok diff putty/receipt @ rev 17074

Add iotop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 13:15:02 2014 +0200 (2014-08-23)
parents 782001a7b9bc
children f44ef80ff9e2
line diff
     1.1 --- a/putty/receipt	Sat Apr 28 20:28:38 2012 +0200
     1.2 +++ b/putty/receipt	Sat Aug 23 13:15:02 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A free telnet/SSH client."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
    1.10  #WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL"
    1.11 @@ -40,8 +41,8 @@
    1.12  {
    1.13  	mkdir -p $fs/usr/share $fs/usr/share/pixmaps
    1.14  	
    1.15 -	cp -a $stuff/applications $_pkg/usr/share
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.18 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.19 +	cp -a $stuff/applications $install/usr/share
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21 +	cp -a $install/usr/share/applications $fs/usr/share
    1.22 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.23  }