wok-next view autossh/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 262dccc5e3ed
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="autossh"
4 VERSION="1.4g"
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="https://www.harding.motd.ca/autossh/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="https://www.harding.motd.ca/autossh/$TARBALL"
13 TARBALL_SHA1="bd88da0e296b8d85722ee9e7c314e9319e5b2db8"
15 BUILD_DEPENDS="openssh"
16 DEPENDS="openssh"
18 TAGS="SSH"
20 compile_rules() {
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }