wok-next view autossh/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 11b5e93cb5f2
children 262dccc5e3ed
line source
1 # SliTaz package receipt v2.
3 PACKAGE="autossh"
4 VERSION="1.4f"
5 CATEGORY="network"
6 SHORT_DESC="Automatically restart SSH sessions and tunnels"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="CC-SA"
9 WEB_SITE="http://www.harding.motd.ca/autossh/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 BUILD_DEPENDS="openssh"
16 compile_rules() {
17 ./configure \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="openssh"
26 TAGS="ssh"
27 }