aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-multimedia/libdotconf/libdotconf_1.3.bb
blob: bb8a7c56fffc7f3ed81f6c63dd41881308e516be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Dotconf is an advanced configuration parser which allow nested sections to any level, typed values in syntax, file include and so more. Dotconf is also shipped with a powerful schema validation system."

HOMEPAGE = "https://github.com/williamh/dotconf"

LICENSE = ""
LIC_FILES_CHKSUM = "file://COPYING;md5=155b66f2dc258f05886f9886a60fd870"

SRC_URI = "https://github.com/williamh/dotconf/archive/v${PV}.tar.gz"
#	file://dotconf.pc \
#	"

SECTION = "libs"

PR = "r1"

SRC_URI[md5sum] = "b3ba921e45b05e89bf69835c0f30bc14"
SRC_URI[sha256sum] = "7f1ecf40de1ad002a065a321582ed34f8c14242309c3547ad59710ae3c805653"

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

inherit autotools pkgconfig