summaryrefslogtreecommitdiffstats
path: root/package/autossh/autossh.mk
blob: 01d3c65cc9069e8ee177bd1920c27530dcbfc9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# autossh
#
################################################################################

AUTOSSH_VERSION = 1.4e
AUTOSSH_SITE = http://www.harding.motd.ca/autossh
AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
AUTOSSH_LICENSE = Modified BSD
AUTOSSH_LICENSE_FILES = autossh.c

define AUTOSSH_INSTALL_TARGET_CMDS
	$(INSTALL) -m 755 -D $(@D)/autossh $(TARGET_DIR)/usr/bin/autossh
endef

$(eval $(autotools-package))
OpenPOWER on IntegriCloud