wok-next view paramiko/receipt @ rev 8678
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 00:50:03 2011 +0100 (2011-02-17) |
parents | |
children | ee036385c59a |
line source
1 # SliTaz package receipt.
3 PACKAGE="paramiko"
4 VERSION="1.7.6"
5 CATEGORY="development"
6 SHORT_DESC="module for python that implements the SSH2 protocol."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.lag.net/paramiko"
10 WGET_URL="$WEB_SITE/download/$TARBALL"
11 DEPENDS="pycrypto"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 python setup.py install --root=$PWD/_pkg
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $_pkg/usr $fs
24 }