wok-next diff paramiko/receipt @ rev 14356
python-couchdbkit, python-restclient: fix TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 17 12:59:13 2013 +0200 (2013-04-17) |
parents | d703055a2571 |
children | 51a1ebbda768 |
line diff
1.1 --- a/paramiko/receipt Sat Dec 05 13:32:20 2009 +0100 1.2 +++ b/paramiko/receipt Wed Apr 17 12:59:13 2013 +0200 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.