Merges.
[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            file://gcc3.patch;patch=1"
10 S = "${WORKDIR}/flexis-zaurus"
11
12 inherit palmtop
13
14 EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia"
15
16 do_install() {
17         oe_libinstall libqflexis ${D}/${palmtopdir}/plugins/inputmethods/
18 }