Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 1 | SUMMARY = "log4cplus provides a simple C++ logging API for log management" |
| 2 | SECTION = "libs" |
| 3 | HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 4 | DESCRIPTION = "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 Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 5 | BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" |
| 6 | |
| 7 | LICENSE = "Apache-2.0 & BSD-2-Clause" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b" |
| 9 | |
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \ |
| 11 | " |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 12 | SRC_URI[md5sum] = "71051de4c2c3ef67f66ce3bbb083cf43" |
| 13 | SRC_URI[sha256sum] = "5fb26433b0f200ebfc2e6effb7e2e5131185862a2ea9a621a8e7f3f725a72b08" |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 14 | |
| 15 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" |
| 16 | UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/" |
| 17 | |
| 18 | inherit autotools pkgconfig |
| 19 | |
| 20 | BBCLASSEXTEND = "native" |