aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb
blob: 46a940803111c2298d5ff94dd71b1a21fc3fb4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Templatized C++ Command Line Parser"
HOMEPAGE = "http://tclap.sourceforge.net/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed"

SRCREV = "75f440bcac1276c847f5351e14216f6e91def44d"
SRC_URI = "git://git.code.sf.net/p/tclap/code \
    file://Makefile.am-disable-docs.patch \
"

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

ALLOW_EMPTY_${PN} = "1"

BBCLASSEXTEND = "native nativesdk"