blob: fbe9dd9948b70e94f256c063f1dc0f462233ae2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Library for manipulating structured configuration files"
AUTHOR = "Mark Lindner"
HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2"
PR = "r1"
SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz \
file://libconfig.newer.automake-1.11.patch"
S = "${WORKDIR}/libconfig-${PV}"
inherit autotools
do_stage() {
autotools_stage_all
}
SRC_URI[md5sum] = "094a82afd382aa2305c6cc3c06025c2d"
SRC_URI[sha256sum] = "2a680bb33e290c3c799e3a90cf2c0fb9f5482dd930ad93d9f83ce39923258c0a"
|