wok annotate paramiko/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
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 }