Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kiwi <gregd72002@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/8] Adding gengetopt
Date: Tue,  9 Dec 2014 21:23:22 +0000	[thread overview]
Message-ID: <1418160208-1569-2-git-send-email-gregd72002@gmail.com> (raw)
In-Reply-To: <1418160208-1569-1-git-send-email-gregd72002@gmail.com>

From: Gregory Dymarek <gregd72002@gmail.com>

Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
---
 package/gengetopt/Config.in      |  7 +++++++
 package/gengetopt/Config.in.host |  7 +++++++
 package/gengetopt/gengetopt.mk   | 16 ++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 package/gengetopt/Config.in
 create mode 100644 package/gengetopt/Config.in.host
 create mode 100644 package/gengetopt/gengetopt.mk

diff --git a/package/gengetopt/Config.in b/package/gengetopt/Config.in
new file mode 100644
index 0000000..6236029
--- /dev/null
+++ b/package/gengetopt/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_GENGETOPT
+	bool "gengetopt"
+	help
+	  Adds GNU Gengetopt
+	  Gengetopt is a tool to write command line option parsing code for C programs. 
+	  
+	  http://www.gnu.org/software/gengetopt/gengetopt.html
diff --git a/package/gengetopt/Config.in.host b/package/gengetopt/Config.in.host
new file mode 100644
index 0000000..f0de678
--- /dev/null
+++ b/package/gengetopt/Config.in.host
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_HOST_GENGETOPT
+	bool "host gengetopt"
+	help
+	  Adds GNU Gengetopt
+	  Gengetopt is a tool to write command line option parsing code for C programs. 
+	
+	  http://www.gnu.org/software/gengetopt/gengetopt.html
diff --git a/package/gengetopt/gengetopt.mk b/package/gengetopt/gengetopt.mk
new file mode 100644
index 0000000..692dfe1
--- /dev/null
+++ b/package/gengetopt/gengetopt.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# gengetopt
+#
+#############################################################
+GENGETOPT_VERSION = 2.22.6
+GENGETOPT_SITE = ftp://ftp.gnu.org/gnu/gengetopt/
+GENGETOPT_AUTORECONF = YES
+GENGETOPT_LICENSE = GPLv3 
+GENGETOPT_LICENSE_FILES = COPYING
+
+GENGETOPT_MAKE=$(MAKE1)
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))
+
-- 
1.9.1

  reply	other threads:[~2014-12-09 21:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09 21:23 [Buildroot] [PATCH 1/8] Adding janus-gateway and dependencies kiwi
2014-12-09 21:23 ` kiwi [this message]
2014-12-09 21:23 ` [Buildroot] [PATCH 3/8] Adding libnice kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 4/8] Adding libsrtp kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 5/8] Adding libwebsock kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 6/8] Adding sofia-sip kiwi
2014-12-10 16:26   ` Björn Kirchner
2014-12-09 21:23 ` [Buildroot] [PATCH 7/8] Adding janus-gateway kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 8/8] Adding entries to Config.in and Config.in.host kiwi
2014-12-10 17:01   ` Vicente Olivert Riera
2014-12-10 17:04 ` [Buildroot] [PATCH 1/8] Adding janus-gateway and dependencies Vicente Olivert Riera
2014-12-10 17:23   ` Gregory Dymarek
2014-12-10 17:25     ` Vicente Olivert Riera
2014-12-10 20:38       ` Thomas Petazzoni
2014-12-10 22:19         ` Yann E. MORIN

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=1418160208-1569-2-git-send-email-gregd72002@gmail.com \
    --to=gregd72002@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