blob: 6382569923243fc745eb7d9fb361fb1eb0eba4e1 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "C/C++ Configuration File Library"
2DESCRIPTION = "Library for manipulating structured configuration files"
3HOMEPAGE = "https://hyperrealm.github.io/libconfig/"
4BUGTRACKER = "https://github.com/hyperrealm/libconfig/issues"
5SECTION = "libs"
6
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "LGPL-2.1-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
9
10SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz"
11
Andrew Geisslerac970dd2021-02-12 15:32:45 -060012UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases"
13UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)"
14
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015inherit autotools-brokensep pkgconfig
16
Andrew Geissler69721092021-07-23 12:57:00 -040017SRC_URI[md5sum] = "15ec701205f91f21b1187f8b61e0d64f"
18SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7"
Andrew Geisslereef63862021-01-29 15:58:13 -060019
20PACKAGE_BEFORE_PN = "${PN}++"
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}"