wok diff paramiko/receipt @ rev 15413

Up: thunderbird-langpack-de (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:33 2013 +0100 (2013-11-03)
parents ee036385c59a
children f44ef80ff9e2
line diff
     1.1 --- a/paramiko/receipt	Sun Oct 16 23:21:31 2011 +0000
     1.2 +++ b/paramiko/receipt	Sun Nov 03 21:52:33 2013 +0100
     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