wok-next view autossh/receipt @ rev 21123

Update some homepages (http->https)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 15 09:58:59 2019 +0200 (2019-01-15)
parents ac33744dc2c2
children 1bccb307f229
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="https://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 }