wok-next diff 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
line diff
     1.1 --- a/autossh/receipt	Tue Jan 15 09:58:59 2019 +0200
     1.2 +++ b/autossh/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="autossh"
     1.7 -VERSION="1.4f"
     1.8 +VERSION="1.4g"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Automatically restart SSH sessions and tunnels"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,9 +9,13 @@
    1.13  WEB_SITE="https://www.harding.motd.ca/autossh/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WGET_URL="${WEB_SITE}$TARBALL"
    1.17 +WGET_URL="https://www.harding.motd.ca/autossh/$TARBALL"
    1.18 +TARBALL_SHA1="bd88da0e296b8d85722ee9e7c314e9319e5b2db8"
    1.19  
    1.20  BUILD_DEPENDS="openssh"
    1.21 +DEPENDS="openssh"
    1.22 +
    1.23 +TAGS="SSH"
    1.24  
    1.25  compile_rules() {
    1.26  	./configure \
    1.27 @@ -19,9 +23,3 @@
    1.28  	make &&
    1.29  	make install
    1.30  }
    1.31 -
    1.32 -genpkg_rules() {
    1.33 -	copy @std
    1.34 -	DEPENDS="openssh"
    1.35 -	TAGS="ssh"
    1.36 -}