Skip to content

Commit

Permalink
libConfuse: Add recipe
Browse files Browse the repository at this point in the history
libconfuse a configuration file parser library written in C
Used by bmon network monitor.

Signed-off-by: Patrick Areny <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Patrick Areny authored and kraj committed Aug 24, 2021
1 parent 3bca0d2 commit e56b987
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DESCRIPTION = "libConfuse is a configuration file parser library"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"

SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d"
SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master"

inherit autotools-brokensep pkgconfig gettext

S = "${WORKDIR}/git"

do_configure:prepend(){
(cd ${S} && ${S}/autogen.sh)
}

0 comments on commit e56b987

Please sign in to comment.