wok-next annotate 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
rev   line source
al@20958 1 # SliTaz package receipt v2.
pascal@13388 2
pascal@13388 3 PACKAGE="autossh"
al@20958 4 VERSION="1.4f"
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"
pascal@13388 12 WGET_URL="${WEB_SITE}$TARBALL"
pascal@13388 13
pascal@15613 14 BUILD_DEPENDS="openssh"
pascal@13388 15
al@20958 16 compile_rules() {
al@19275 17 ./configure \
pascal@13388 18 $CONFIGURE_ARGS &&
al@20958 19 make &&
al@20958 20 make install
pascal@13388 21 }
pascal@13388 22
al@20958 23 genpkg_rules() {
al@20958 24 copy @std
al@20958 25 DEPENDS="openssh"
al@20958 26 TAGS="ssh"
pascal@13388 27 }