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 | |
| 12 | inherit autotools-brokensep pkgconfig |
| 13 | |
| 14 | SRC_URI[md5sum] = "6bd98ee3a6e6b9126c82c916d7a9e690" |
| 15 | SRC_URI[sha256sum] = "7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9" |
| 16 | |
| 17 | FILES_${PN}_append = " \ |
| 18 | ${libdir}/cmake \ |
| 19 | " |