merge of '3e22c6ee5af012d09e9027c2ade50920300fb0f2'
[openembedded.git] / packages / qof / qof_0.7.2.bb
blobe6bae9e5c917fcd94f1bd3c179c88a2ed15e25df
1 DESCRIPTION = "set of C Language utilities for performing generic structured \
2 complex queries on a set of data held by a set of C/C++ objects."
3 AUTHOR = "Linas Vepstas, Neil Williams"
4 HOMEPAGE = "http://qof.sf.net/"
5 LICENSE = "GPL"
6 DEPENDS = "glib-2.0 libxml2 libtool zlib"
8 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
10 inherit autotools pkgconfig
12 EXTRA_OECONF = "--disable-error-on-warning"
14 PARALLEL_MAKE = ""
16 do_stage() {
17 autotools_stage_all
20 FILES_${PN} += "/usr/share/xml"