blob: bbf4ce621869e98c6764c20f472082257aa98a49 [file] [log] [blame]
Andrew Geisslerc9f78652020-09-18 14:11:35 -05001SUMMARY = "log4cplus provides a simple C++ logging API for log management"
2SECTION = "libs"
3HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06004DESCRIPTION = "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."
Andrew Geisslerc9f78652020-09-18 14:11:35 -05005BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
6
7LICENSE = "Apache-2.0 & BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
9
10SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \
11 "
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050012SRC_URI[sha256sum] = "cdc3c738e00be84d8d03b580816b9f12628ecc1d71e1395080c802615d2d9ced"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050013
14UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
15UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
16
17inherit autotools pkgconfig
18
19BBCLASSEXTEND = "native"