blob: 4a5e3a02750f391a81e62cbb3bb5efaa27d0d51d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 = ""
FILES_${PN} += "/usr/share/xml"
SRC_URI[md5sum] = "dff6bfda556544a240e833d22e509b50"
SRC_URI[sha256sum] = "643359de7833c9fe661fcfc6fc0dc6e3f390bce55041eba123a495e661366990"
|