wok-4.x rev 9921
sshproxy: fix deps/bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 23:13:38 2011 +0200 (2011-05-17) |
parents | 0c6dc795cf5c |
children | 6cff10e9b8f0 |
files | sshproxy/receipt |
line diff
1.1 --- a/sshproxy/receipt Tue May 17 22:59:40 2011 +0200 1.2 +++ b/sshproxy/receipt Tue May 17 23:13:38 2011 +0200 1.3 @@ -5,19 +5,18 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="SSH proxy to connect without passwords or keys." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -#TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz" 1.9 WEB_SITE="http://sshproxy-project.org/" 1.10 -#WGET_URL="${WEB_SITE}download/$TARBALL" 1.11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL" 1.12 -DEPENDS="python paramiko python-mysql" 1.13 -BUILD_DEPENDS="python paramiko python-mysql" 1.14 + 1.15 +DEPENDS="python paramiko python-mysql pycrypto" 1.16 +BUILD_DEPENDS="python paramiko python-mysql pycrypto" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - python setup.py install --root=$PWD/_pkg 1.23 + python setup.py install --root=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.