aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flexis-zaurus/flexis-zaurus_1.0.0.bb
blob: b3c01194703ee92d798086e963a1f7c58ff7a1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/
}