dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / libconfig / libconfig_1.3.2.bb
1 DESCRIPTION = "Library for manipulating structured configuration files"
2 AUTHOR = "Mark Lindner"
3 HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
4 SECTION = "libs"
5 PRIORITY = "optional"
6 LICENSE = "LGPLv2"
7 PR = "r0"
8
9 SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz"
10
11 S = "${WORKDIR}/libconfig-${PV}"
12
13 inherit autotools
14
15 do_stage() {
16   autotools_stage_all
17 }