package/logrotate: update upstream site in Config.in help
[buildroot-gz.git] / package / autossh / autossh.mk
blobd52b4e96667b5e86bf81da01f60e91be63ee5dc0
1 ################################################################################
3 # autossh
5 ################################################################################
7 AUTOSSH_VERSION = 1.4e
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
20 endef
22 $(eval $(autotools-package))