aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libconfig/libconfig_1.3.2.bb
blob: 5606ff24ca60882108157da8e2a1179d3b44f7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Library for manipulating structured configuration files"
AUTHOR = "Mark Lindner"
HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2"
PR = "r0"

SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz"

S = "${WORKDIR}/libconfig-${PV}"

inherit autotools

do_stage() {
  autotools_stage_all
}