wok view 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 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 }