1 ################################################################################
5 ################################################################################
8 AUTOSSH_SITE
= http
://www.harding.motd.ca
/autossh
9 AUTOSSH_SOURCE
= autossh-
$(AUTOSSH_VERSION
).tgz
10 AUTOSSH_LICENSE
= Modified BSD
11 AUTOSSH_LICENSE_FILES
= autossh.c
13 # Bundled ./configure is not up-to-date with what is in configure.ac
14 AUTOSSH_AUTORECONF
= YES
16 AUTOSSH_CONF_OPTS
= --with-ssh
=/usr
/bin
/ssh
18 define AUTOSSH_INSTALL_TARGET_CMDS
19 $(INSTALL
) -m
755 -D
$(@D
)/autossh
$(TARGET_DIR
)/usr
/bin
/autossh
22 $(eval
$(autotools-package
))