wok view paramiko/receipt @ rev 16074

Add f3
author Paul Issott <paul@slitaz.org>
date Fri Mar 14 20:38:37 2014 +0000 (2014-03-14)
parents ee036385c59a
children f44ef80ff9e2
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 LICENSE="LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.lag.net/paramiko"
11 WGET_URL="$WEB_SITE/download/$TARBALL"
13 DEPENDS="pycrypto"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }