wok view paramiko/receipt @ rev 14173

cookutils: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 09 09:24:47 2013 +0100 (2013-03-09)
parents d703055a2571
children 51a1ebbda768
line source
1 # SliTaz package receipt.
3 PACKAGE="paramiko"
4 VERSION="1.7.7.1"
5 CATEGORY="development"
6 SHORT_DESC="module for python that implements the SSH2 protocol."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.lag.net/paramiko"
10 WGET_URL="$WEB_SITE/download/$TARBALL"
11 DEPENDS="pycrypto"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 python setup.py install --root=$DESTDIR
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $_pkg/usr $fs
24 }