wok diff sshproxy/receipt @ rev 12672
gtk-gnutella: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 01 13:13:13 2012 +0200 (2012-05-01) |
parents | 99055eb25773 |
children | 3d805214d753 |
line diff
1.1 --- a/sshproxy/receipt Sat Dec 05 13:39:28 2009 +0100 1.2 +++ b/sshproxy/receipt Tue May 01 13:13:13 2012 +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.