1*4882a593SmuzhiyunSUMMARY = "log4cplus provides a simple C++ logging API for log management" 2*4882a593SmuzhiyunSECTION = "libs" 3*4882a593SmuzhiyunHOMEPAGE = "http://sourceforge.net/projects/log4cplus/" 4*4882a593SmuzhiyunDESCRIPTION = "log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API." 5*4882a593SmuzhiyunBUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunLICENSE = "Apache-2.0 & BSD-2-Clause" 8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b" 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunSRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \ 11*4882a593Smuzhiyun " 12*4882a593SmuzhiyunSRC_URI[sha256sum] = "cdc3c738e00be84d8d03b580816b9f12628ecc1d71e1395080c802615d2d9ced" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" 15*4882a593SmuzhiyunUPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/" 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuninherit autotools pkgconfig 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunBBCLASSEXTEND = "native" 20