wok view sshproxy/receipt @ rev 8069

Down: elfutils to 0.150. Test run-prelink-addr-test.sh was failing in 0.151.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 21 13:50:12 2011 +0000 (2011-01-21)
parents
children 6d7a96eedc9d
line source
1 # SliTaz package receipt.
3 PACKAGE="sshproxy"
4 VERSION="0.6.0_beta2"
5 CATEGORY="network"
6 SHORT_DESC="SSH proxy to connect without passwords or keys."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 #TARBALL="$PACKAGE-$VERSION.tar.gz"
9 TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz"
10 WEB_SITE="http://sshproxy-project.org/"
11 #WGET_URL="${WEB_SITE}download/$TARBALL"
12 WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL"
13 DEPENDS="python paramiko python-mysql"
14 BUILD_DEPENDS="python paramiko python-mysql"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }