aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qof/qof_0.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qof/qof_0.7.2.bb')
-rw-r--r--recipes/qof/qof_0.7.2.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/qof/qof_0.7.2.bb b/recipes/qof/qof_0.7.2.bb
new file mode 100644
index 0000000000..e6bae9e5c9
--- /dev/null
+++ b/recipes/qof/qof_0.7.2.bb
@@ -0,0 +1,21 @@
+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"
+