wok view paramiko/receipt @ rev 20877

openssh: add ssh-copy-id (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 23 23:59:15 2019 +0100 (2019-02-23)
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 }