wok-next annotate autossh/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 262dccc5e3ed
children
rev   line source
al@20958 1 # SliTaz package receipt v2.
pascal@13388 2
pascal@13388 3 PACKAGE="autossh"
al@21124 4 VERSION="1.4g"
pascal@13388 5 CATEGORY="network"
al@20958 6 SHORT_DESC="Automatically restart SSH sessions and tunnels"
pascal@13388 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="CC-SA"
al@21123 9 WEB_SITE="https://www.harding.motd.ca/autossh/"
al@20958 10
pascal@13388 11 TARBALL="$PACKAGE-$VERSION.tgz"
al@21124 12 WGET_URL="https://www.harding.motd.ca/autossh/$TARBALL"
al@21124 13 TARBALL_SHA1="bd88da0e296b8d85722ee9e7c314e9319e5b2db8"
pascal@13388 14
pascal@15613 15 BUILD_DEPENDS="openssh"
al@21124 16 DEPENDS="openssh"
al@21124 17
al@21124 18 TAGS="SSH"
pascal@13388 19
al@20958 20 compile_rules() {
al@19275 21 ./configure \
pascal@13388 22 $CONFIGURE_ARGS &&
al@20958 23 make &&
al@20958 24 make install
pascal@13388 25 }