]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / flexis-zaurus / flexis-zaurus_1.0.0.bb
1 DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard."
2 SECTION = "opie/inputmethods"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 PR = "r1"
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 }