wok diff paramiko/receipt @ rev 11934

Up: tazpanel (1.4.1) - Bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 04:54:56 2012 +0100 (2012-03-01)
parents d703055a2571
children 51a1ebbda768
line diff
     1.1 --- a/paramiko/receipt	Sat Dec 05 13:32:20 2009 +0100
     1.2 +++ b/paramiko/receipt	Thu Mar 01 04:54:56 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="paramiko"
     1.7 -VERSION="1.7.6"
     1.8 +VERSION="1.7.7.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="module for python that implements the SSH2 protocol."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,7 +14,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	python setup.py install --root=$PWD/_pkg
    1.17 +	python setup.py install --root=$DESTDIR
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.