wok rev 11056

Up: paramiko to 1.7.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 23:21:31 2011 +0000 (2011-10-16)
parents ef5ca15dbd28
children 49fd674392d7
files paramiko/receipt
line diff
     1.1 --- a/paramiko/receipt	Sun Oct 16 23:20:24 2011 +0000
     1.2 +++ b/paramiko/receipt	Sun Oct 16 23:21:31 2011 +0000
     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.