# HG changeset patch # User Pascal Bellard # Date 1260016340 -3600 # Node ID d703055a2571cd45a15d1f30519f68ff8ec1a855 # Parent 841bbd4ca588ada60bcca93da71168e44f1ddc3f Add paramiko diff -r 841bbd4ca588 -r d703055a2571 paramiko/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paramiko/receipt Sat Dec 05 13:32:20 2009 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="paramiko" +VERSION="1.7.6" +CATEGORY="development" +SHORT_DESC="module for python that implements the SSH2 protocol." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.lag.net/paramiko" +WGET_URL="$WEB_SITE/download/$TARBALL" +DEPENDS="pycrypto" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +