wok-next view sshproxy/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://sshproxy-project.org/"
11 TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz"
12 WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL"
14 BUILD_DEPENDS="python python-paramiko python-mysql pycrypto"
16 compile_rules() {
17 python -B setup.py install --root=$install || return 1
19 cook_pick_manpages doc/*.1 doc/*.5 doc/*.8
20 cook_pick_docs $src/[A-Z][A-Z]*
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python python-paramiko python-mysql pycrypto"
26 TAGS="ssh"
27 }