wok diff paramiko/receipt @ rev 16074

Add f3
author Paul Issott <paul@slitaz.org>
date Fri Mar 14 20:38:37 2014 +0000 (2014-03-14)
parents ee036385c59a
children f44ef80ff9e2
line diff
     1.1 --- a/paramiko/receipt	Sun Oct 16 23:21:31 2011 +0000
     1.2 +++ b/paramiko/receipt	Fri Mar 14 20:38:37 2014 +0000
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="module for python that implements the SSH2 protocol."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.lag.net/paramiko"
    1.10  WGET_URL="$WEB_SITE/download/$TARBALL"
    1.11 +
    1.12  DEPENDS="pycrypto"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15 @@ -20,6 +22,6 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	cp -a $_pkg/usr $fs
    1.20 +	cp -a $install/usr $fs
    1.21  }
    1.22