Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "C/C++ Configuration File Library" |
| 2 | DESCRIPTION = "Library for manipulating structured configuration files" |
| 3 | HOMEPAGE = "https://hyperrealm.github.io/libconfig/" |
| 4 | BUGTRACKER = "https://github.com/hyperrealm/libconfig/issues" |
| 5 | SECTION = "libs" |
| 6 | |
| 7 | LICENSE = "LGPLv2.1" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" |
| 9 | |
| 10 | SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" |
| 11 | |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 12 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" |
| 13 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" |
| 14 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 15 | inherit autotools-brokensep pkgconfig |
| 16 | |
| 17 | SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690" |
| 18 | SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9" |
Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 19 | |
| 20 | PACKAGE_BEFORE_PN = "${PN}++" |
| 21 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" |