xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Templatized C++ Command Line Parser"
2*4882a593SmuzhiyunHOMEPAGE = "http://tclap.sourceforge.net/"
3*4882a593SmuzhiyunDESCRIPTION = "TCLAP is a small, flexible library that provides a simple interface \
4*4882a593Smuzhiyunfor defining and accessing command line arguments. It was intially inspired by the \
5*4882a593Smuzhiyunuser friendly CLAP libary. The difference is that this library is templatized, so \
6*4882a593Smuzhiyunthe argument class is type independent. Type independence avoids identical-except-for-type \
7*4882a593Smuzhiyunobjects, such as IntArg, FloatArg, and StringArg. While the library is not strictly \
8*4882a593Smuzhiyuncompliant with the GNU or POSIX standards, it is close. \
9*4882a593Smuzhiyun"
10*4882a593SmuzhiyunLICENSE = "MIT"
11*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunSRCREV = "799a8b1f99818e39fee19d0601030770af1221e1"
14*4882a593SmuzhiyunSRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4 \
15*4882a593Smuzhiyun           file://0001-tclap-add-pkg-config-file.patch \
16*4882a593Smuzhiyun"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunS = "${WORKDIR}/git"
19*4882a593Smuzhiyuninherit cmake
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunALLOW_EMPTY:${PN} = "1"
22*4882a593Smuzhiyun
23*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
24