aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb
blob: 13f66e47da4e07a8828eff7bed6754327b3d43f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Templatized C++ Command Line Parser"
HOMEPAGE = "http://tclap.sourceforge.net/"
DESCRIPTION = "TCLAP is a small, flexible library that provides a simple interface \
for defining and accessing command line arguments. It was intially inspired by the \
user friendly CLAP libary. The difference is that this library is templatized, so \
the argument class is type independent. Type independence avoids identical-except-for-type \
objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly \
compliant with the GNU or POSIX standards, it is close. \
"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd"

SRCREV = "799a8b1f99818e39fee19d0601030770af1221e1"
SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4 \
"

S = "${WORKDIR}/git"
inherit cmake

ALLOW_EMPTY_${PN} = "1"

BBCLASSEXTEND = "native nativesdk"