wok annotate paramiko/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents f44ef80ff9e2
children 3737b25ea3d6
rev   line source
pascal@4560 1 # SliTaz package receipt.
pascal@4560 2
pascal@4560 3 PACKAGE="paramiko"
slaxemulator@11056 4 VERSION="1.7.7.1"
pascal@4560 5 CATEGORY="development"
pascal@4560 6 SHORT_DESC="module for python that implements the SSH2 protocol."
pascal@4560 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="LGPL2.1"
pascal@4560 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4560 10 WEB_SITE="http://www.lag.net/paramiko"
pascal@4560 11 WGET_URL="$WEB_SITE/download/$TARBALL"
pascal@17141 12 TAGS="ssh"
pascal@15375 13
pascal@4560 14 DEPENDS="pycrypto"
pascal@4560 15
pascal@4560 16 # Rules to configure and make the package.
pascal@4560 17 compile_rules()
pascal@4560 18 {
slaxemulator@11056 19 python setup.py install --root=$DESTDIR
pascal@4560 20 }
pascal@4560 21
pascal@4560 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4560 23 genpkg_rules()
pascal@4560 24 {
pascal@15375 25 cp -a $install/usr $fs
pascal@4560 26 }