wok view paramiko/receipt @ rev 21853

updated ruby, ruby-dev, libruby and libruby-extras (1.9.2-p180 -> 2.6.4)
author Hans-G?nter Theisgen
date Sun Sep 15 17:50:25 2019 +0100 (2019-09-15)
parents 9b196667495f
children a9ec8a908c33
line source
1 # SliTaz package receipt.
3 PACKAGE="paramiko"
4 VERSION="2.4.2"
5 CATEGORY="development"
6 TAGS="ssh"
7 SHORT_DESC="Module for python that implements the SSH2 protocol."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2.1"
10 WEB_SITE="http://www.paramiko.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
15 DEPENDS="python-cryptography python-pyasn1"
16 BUILD_DEPENDS="python python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }