wok view paramiko/receipt @ rev 20295

Add python-humanize, python-pyajam, python-paho-mqtt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 25 16:08:37 2018 +0200 (2018-04-25)
parents f44ef80ff9e2
children 3737b25ea3d6
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"
12 TAGS="ssh"
14 DEPENDS="pycrypto"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 }