wok-next view autossh/receipt @ rev 21627

updated enet (1.2.1 -> 1.3.15)
author Hans-G?nter Theisgen
date Thu Jun 25 16:07:08 2020 +0100 (2020-06-25)
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 }