blob: eb0a2c3ecf2656448949cf3e9d38461d652452af [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
7LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
9
10SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz"
11
12inherit autotools-brokensep pkgconfig
13
14SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690"
15SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9"
16
17FILES_${PN}_append = " \
18 ${libdir}/cmake \
19"