Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / irk / irk_0.10.0.oe
1 DESCRIPTION = "IRK provides a Qtopia/Opie Input Method plugin that allows you to use external infrared keyboards with the Zaurus."
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl lirc"
7
8 SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/461/irk-${PV}.tgz"
9 S = "${WORKDIR}/irk"
10
11 inherit palmtop
12
13 EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia"
14
15 do_install() {
16         install -d ${D}/${sysconfdir}
17         install -d ${D}${palmtopdir}/plugins/inputmethods/
18         install -d ${D}/home/root/Settings/
19
20         install chicony.conf ${D}/${sysconfdir}/lircd.conf
21         install IRK.conf ${D}/${sysconfdir}
22         oe_soinstall libirk.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/
23 }
24
25 FILES_irk_append=" /etc /home/root"
26