Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Templatized C++ Command Line Parser" |
2 | HOMEPAGE = "http://tclap.sourceforge.net/" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed" | ||||
5 | |||||
6 | SRCREV = "75f440bcac1276c847f5351e14216f6e91def44d" | ||||
7 | SRC_URI = "git://git.code.sf.net/p/tclap/code \ | ||||
8 | file://Makefile.am-disable-docs.patch \ | ||||
9 | " | ||||
10 | |||||
11 | S = "${WORKDIR}/git" | ||||
12 | inherit autotools | ||||
13 | |||||
14 | ALLOW_EMPTY_${PN} = "1" | ||||
15 | |||||
16 | BBCLASSEXTEND = "native nativesdk" |