All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] tclap: initial add 1.2.1
@ 2013-03-13  3:50 b28495
  2013-03-13  4:54 ` Khem Raj
  2013-03-13 16:20 ` Martin Jansa
  0 siblings, 2 replies; 9+ messages in thread
From: b28495 @ 2013-03-13  3:50 UTC (permalink / raw)
  To: openembedded-devel

From: Ting Liu <b28495@freescale.com>

TCLAP (Templatized C++ Command Line Parser Library ) is a small,
flexible library that provides a simple interface for defining
and accessing command line arguments. Templatized C++ Command
Line Parser Library.

Use the commit of tag tclap-1-2-1-release-final.

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb

diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
new file mode 100644
index 0000000..c2b03a4
--- /dev/null
+++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Templatized C++ Command Line Parser" 
+HOMEPAGE = "http://tclap.sourceforge.net/" 
+SECTION = "tclap" 
+LICENSE = "MIT" 
+LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
+
+SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
+SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap" 
+
+S = "${WORKDIR}/git"
+inherit autotools
+
+BBCLASSEXTEND = "native nativesdk"
-- 
1.7.3.4





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-15 10:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13  3:50 [meta-oe][PATCH] tclap: initial add 1.2.1 b28495
2013-03-13  4:54 ` Khem Raj
2013-03-13  5:31   ` Liu Ting-B28495
2013-03-13 16:20 ` Martin Jansa
2013-03-14  2:38   ` Liu Ting-B28495
2013-03-14  6:40     ` Martin Jansa
2013-03-18 10:08       ` Liu Ting-B28495
2013-03-18 10:20         ` Martin Jansa
2013-04-15  9:04           ` Liu Ting-B28495

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.