summaryrefslogtreecommitdiff
path: root/packages/confuse/confuse_2.5.bb
blob: a04aa1926c7e0aac7b6756c81e2c253cac85da76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Library for parsing configuration files."
HOMEPAGE = "http://www.nongnu.org/confuse/"
LICENSE = "LGPL"
SECTION = "libs"

SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/confuse-${PV}.tar.gz \
	   file://exclude-tests.patch;patch=1"
S = "${WORKDIR}/confuse-${PV}"

inherit autotools lib_package

EXTRA_OECONF = "--enable-shared"

do_stage() {
    autotools_stage_all
}