aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qof/qof_0.7.2.bb
blob: be1b71877d7b2f0feaeec0c9ed316ef0ce1a6afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "set of C Language utilities for performing generic structured \
complex queries on a set of data held by a set of C/C++ objects."
AUTHOR = "Linas Vepstas, Neil Williams"
HOMEPAGE = "http://qof.sf.net/"
LICENSE = "GPL"
DEPENDS = "glib-2.0 libxml2 libtool zlib"

SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
          "
inherit autotools pkgconfig

EXTRA_OECONF = "--disable-error-on-warning"

PARALLEL_MAKE = ""

do_stage() {
         autotools_stage_all
}

FILES_${PN} += "/usr/share/xml"


SRC_URI[md5sum] = "dff6bfda556544a240e833d22e509b50"
SRC_URI[sha256sum] = "643359de7833c9fe661fcfc6fc0dc6e3f390bce55041eba123a495e661366990"