8900e86caf2079065f8b65c603b69861070e3052
[vuplus_openembedded] / flexis-zaurus / flexis-zaurus_1.0.0.oe
1 DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard."
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/libc"
7
8 SRC_URI = "http://www.Vanille.de/mirror/flexis-zaurus-${PV}.tar.bz2"
9 S = "${WORKDIR}/flexis-zaurus"
10
11 inherit palmtop
12
13 EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia"
14
15 do_install() {
16         oe_libinstall libqflexis ${D}/${palmtopdir}/plugins/inputmethods/
17 }