blob: b8d0536eb36379ac91a06fae56dffb34e17d544f [file] [log] [blame]
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05001DESCRIPTION = "libConfuse is a configuration file parser library"
2LICENSE = "ISC"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
4
5SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d"
Andrew Geissler595f6302022-01-24 19:11:47 +00006SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05007
8inherit autotools-brokensep pkgconfig gettext
9
10S = "${WORKDIR}/git"
11
12do_configure:prepend(){
13 (cd ${S} && ${S}/autogen.sh)
14}