wok view paramiko/receipt @ rev 21005

updated gsettings-desktop-schemas (3.12.2 -> 3.28.1)
author Hans-G?nter Theisgen
date Sat Mar 09 09:43:51 2019 +0100 (2019-03-09)
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 }