wok annotate paramiko/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 74f2b86be90c
children 6fd9c83a476a
rev   line source
pascal@4560 1 # SliTaz package receipt.
pascal@4560 2
pascal@4560 3 PACKAGE="paramiko"
Hans-G?nter@21658 4 VERSION="2.4.2"
pascal@4560 5 CATEGORY="development"
Hans-G?nter@21658 6 TAGS="ssh"
Hans-G?nter@21658 7 SHORT_DESC="Module for python that implements the SSH2 protocol."
pascal@4560 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 9 LICENSE="LGPL2.1"
Hans-G?nter@21658 10 WEB_SITE="http://www.paramiko.org/"
Hans-G?nter@21658 11
pascal@4560 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21658 13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
pascal@15375 14
pascal@21877 15 DEPENDS="python-cryptography python-pyasn1 python-bcrypt python-pynacl"
Hans-G?nter@21658 16 BUILD_DEPENDS="python python-setuptools"
pascal@4560 17
pascal@4560 18 # Rules to configure and make the package.
pascal@4560 19 compile_rules()
pascal@4560 20 {
slaxemulator@11056 21 python setup.py install --root=$DESTDIR
pascal@4560 22 }
pascal@4560 23
pascal@4560 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4560 25 genpkg_rules()
pascal@4560 26 {
pascal@15375 27 cp -a $install/usr $fs
pascal@4560 28 }