Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Bisson <bisson.gary@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] sshpass: new package
Date: Sat, 31 May 2014 15:32:16 -0700	[thread overview]
Message-ID: <1401575536-18595-1-git-send-email-bisson.gary@gmail.com> (raw)

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
---
 package/Config.in          |  1 +
 package/sshpass/Config.in  |  8 ++++++++
 package/sshpass/sshpass.mk | 12 ++++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 package/sshpass/Config.in
 create mode 100644 package/sshpass/sshpass.mk

diff --git a/package/Config.in b/package/Config.in
index a5a328e..67c094f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1008,6 +1008,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"
diff --git a/package/sshpass/Config.in b/package/sshpass/Config.in
new file mode 100644
index 0000000..aa5a16b
--- /dev/null
+++ b/package/sshpass/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_SSHPASS
+	bool "sshpass"
+	help
+	  Sshpass is a tool for non-interactivly performing
+	  password authentication with SSH's so called
+	  "interactive keyboard password authentication".
+
+	  http://sshpass.sourceforge.net
diff --git a/package/sshpass/sshpass.mk b/package/sshpass/sshpass.mk
new file mode 100644
index 0000000..e851f41
--- /dev/null
+++ b/package/sshpass/sshpass.mk
@@ -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))
-- 
2.0.0.rc2

             reply	other threads:[~2014-05-31 22:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-31 22:32 Gary Bisson [this message]
2014-06-08 15:55 ` [Buildroot] [PATCH] sshpass: new package Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401575536-18595-1-git-send-email-bisson.gary@gmail.com \
    --to=bisson.gary@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox