tclap_1.2.2.bb 439 B

12345678910111213141516
  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. SRCREV = "ec3ddcfe41b0544a4551a57439b6b3682fe31479"
  6. SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.2 \
  7. file://Makefile.am-disable-docs.patch \
  8. "
  9. S = "${WORKDIR}/git"
  10. inherit autotools
  11. ALLOW_EMPTY_${PN} = "1"
  12. BBCLASSEXTEND = "native nativesdk"