sshpass: new package

[Thomas: add MMU dependency, fix license to GPLv2+.]

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gary Bisson 2014-05-31 15:32:16 -07:00 committed by Thomas Petazzoni
parent c0d089b0eb
commit ffe60b1bfa
3 changed files with 22 additions and 0 deletions

View File

@ -1010,6 +1010,7 @@ source "package/spawn-fcgi/Config.in"
source "package/spice/Config.in"
source "package/spice-protocol/Config.in"
source "package/squid/Config.in"
source "package/sshpass/Config.in"
source "package/strongswan/Config.in"
source "package/stunnel/Config.in"
source "package/tcpdump/Config.in"

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_SSHPASS
bool "sshpass"
depends on BR2_USE_MMU # fork()
help
Sshpass is a tool for non-interactivly performing
password authentication with SSH's so called
"interactive keyboard password authentication".
http://sshpass.sourceforge.net

View File

@ -0,0 +1,12 @@
################################################################################
#
# sshpass
#
################################################################################
SSHPASS_VERSION = 1.05
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
SSHPASS_LICENSE = GPLv2+
SSHPASS_LICENSE_FILES = COPYING
$(eval $(autotools-package))