blob: 3eadbe45f062be4385cb3b1dd28960c417781a75 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Templatized C++ Command Line Parser"
Patrick Williamsddad1a12017-02-23 20:36:32 -06002HOMEPAGE = "http://tclap.sourceforge.net/"
3LICENSE = "MIT"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
5
6SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
7SRC_URI = "git://git.code.sf.net/p/tclap/code \
8 file://Makefile.am-disable-docs.patch \
Patrick Williamsddad1a12017-02-23 20:36:32 -06009"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
11S = "${WORKDIR}/git"
12inherit autotools
13
14ALLOW_EMPTY_${PN} = "1"
15
16BBCLASSEXTEND = "native nativesdk"