mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
315446d44c
Changelog 1.09 -> 1.10: ef1034d Tag version 1.10 c596390 Controlling TTY code fix. 32b7553 Help message problems c89cee9 Convert repository from SVN to git 934f87f Sig unsafe functions in signal handler ed856e6 Better "-e" handling. Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
380 B
Makefile
13 lines
380 B
Makefile
################################################################################
|
|
#
|
|
# sshpass
|
|
#
|
|
################################################################################
|
|
|
|
SSHPASS_VERSION = 1.10
|
|
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
|
|
SSHPASS_LICENSE = GPL-2.0+
|
|
SSHPASS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|