964c620ae9
Changelog: - Add -P for overriding the password prompt we search for - Add -v for verbose logging of the prompt detection prompt. - Allow packagers and compilers to change the default password prompt. - When giving -V, also print the default password prompt. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
378 B
Makefile
13 lines
378 B
Makefile
################################################################################
|
|
#
|
|
# sshpass
|
|
#
|
|
################################################################################
|
|
|
|
SSHPASS_VERSION = 1.06
|
|
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
|
|
SSHPASS_LICENSE = GPLv2+
|
|
SSHPASS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|