wok view sshproxy/receipt @ rev 15582

crosstool-ng, cloudvpn: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:34:10 2013 +0000 (2013-11-30)
parents 6d7a96eedc9d
children f44ef80ff9e2
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 LICENSE="GPL2"
9 TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz"
10 WEB_SITE="http://sshproxy-project.org/"
11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL"
13 DEPENDS="python paramiko python-mysql pycrypto"
14 BUILD_DEPENDS="python paramiko python-mysql pycrypto"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }