aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/flexis-zaurus/flexis-zaurus_1.0.0.bb')
-rw-r--r--packages/flexis-zaurus/flexis-zaurus_1.0.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb b/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb
index e69de29bb2..b3c0119470 100644
--- a/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb
+++ b/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard."
+SECTION = "opie/inputmethods"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+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/
+}