libmatchbox: add 1.9
authorKoen Kooi <koen@openembedded.org>
Sat, 5 Aug 2006 19:50:33 +0000 (19:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 Aug 2006 19:50:33 +0000 (19:50 +0000)
packages/libmatchbox/libmatchbox_1.9.bb [new file with mode: 0644]

diff --git a/packages/libmatchbox/libmatchbox_1.9.bb b/packages/libmatchbox/libmatchbox_1.9.bb
new file mode 100644 (file)
index 0000000..d87eb09
--- /dev/null
@@ -0,0 +1,9 @@
+require libmatchbox.inc
+PR = "r0"
+
+SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
+          file://check.m4"
+
+do_configure_prepend () {
+       mv ${WORKDIR}/check.m4 ${S}/
+}