e114e9f792
https://sourceforge.net/p/sshpass/code/HEAD/tree/tags/V1.09/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
380 B
Makefile
13 lines
380 B
Makefile
################################################################################
|
|
#
|
|
# sshpass
|
|
#
|
|
################################################################################
|
|
|
|
SSHPASS_VERSION = 1.09
|
|
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
|
|
SSHPASS_LICENSE = GPL-2.0+
|
|
SSHPASS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|