# HG changeset patch # User Pascal Bellard # Date 1260016768 -3600 # Node ID 99055eb25773571fe51507020a0a2e2f1347879e # Parent d703055a2571cd45a15d1f30519f68ff8ec1a855 Add sshproxy diff -r d703055a2571 -r 99055eb25773 sshproxy/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sshproxy/receipt Sat Dec 05 13:39:28 2009 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="sshproxy" +VERSION="0.6.0_beta2" +CATEGORY="network" +SHORT_DESC="SSH proxy to connect without passwords or keys." +MAINTAINER="pascal.bellard@slitaz.org" +#TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz" +WEB_SITE="http://sshproxy-project.org/" +#WGET_URL="${WEB_SITE}download/$TARBALL" +WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL" +DEPENDS="python paramiko python-mysql" +BUILD_DEPENDS="python paramiko python-mysql" + +# 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 +} +