aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flexis-zaurus
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/flexis-zaurus')
-rw-r--r--recipes/flexis-zaurus/flexis-zaurus_1.0.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/flexis-zaurus/flexis-zaurus_1.0.0.bb b/recipes/flexis-zaurus/flexis-zaurus_1.0.0.bb
new file mode 100644
index 0000000000..1b7a55f03b
--- /dev/null
+++ b/recipes/flexis-zaurus/flexis-zaurus_1.0.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard."
+SECTION = "opie/inputmethods"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "http://www.Vanille.de/mirror/flexis-zaurus-${PV}.tar.bz2"
+S = "${WORKDIR}/flexis-zaurus"
+
+inherit palmtop
+
+EXTRA_QMAKEVARS_POST += "CONFIG-=qtopia"
+
+do_install() {
+ oe_libinstall libqflexis ${D}${palmtopdir}/plugins/inputmethods/
+}