git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8e157
)
qof: update to 0.7.2
author
Koen Kooi
<koen@openembedded.org>
Sat, 30 Dec 2006 13:01:02 +0000
(13:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 30 Dec 2006 13:01:02 +0000
(13:01 +0000)
packages/qof/qof_0.7.2.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/qof/qof_0.7.2.bb
b/packages/qof/qof_0.7.2.bb
new file mode 100644
(file)
index 0000000..
985e8d6
--- /dev/null
+++ b/
packages/qof/qof_0.7.2.bb
@@ -0,0
+1,19
@@
+HOMEPAGE = "http://qof.sourceforge.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"
+