summaryrefslogtreecommitdiff
path: root/flexis-zaurus
diff options
context:
space:
mode:
Diffstat (limited to 'flexis-zaurus')
-rw-r--r--flexis-zaurus/flexis-zaurus_1.0.0.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/flexis-zaurus/flexis-zaurus_1.0.0.oe b/flexis-zaurus/flexis-zaurus_1.0.0.oe
index e69de29bb2..35f80a717b 100644
--- a/flexis-zaurus/flexis-zaurus_1.0.0.oe
+++ b/flexis-zaurus/flexis-zaurus_1.0.0.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard."
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc"
+
+SRC_URI = "http://www.Vanille.de/mirror/flexis-zaurus-${PV}.tar.bz2 \
+ file://${FILESDIR}/gcc3.patch;patch=1"
+S = "${WORKDIR}/flexis-zaurus"
+
+inherit palmtop
+
+EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia"
+
+do_install() {
+ oe_libinstall libqflexis ${D}/${palmtopdir}/plugins/inputmethods/
+}