First pass of .oe cleanups.
[openembedded.git] / 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 RDEPENDS = "libqpe1 libsdl lirc"
7 DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl lirc"
8
9 SRC_URI = http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/461/${P}.tgz
10 S = "${WORKDIR}/${PN}"
11
12 inherit palmtop
13
14 EXTRA_QMAKEVARS_POST = 'CONFIG-=qtopia'
15
16 do_install() {
17         install -d ${D}/${sysconfdir}
18         install -d ${D}/opt/QtPalmtop/plugins/inputmethods/
19         install -d ${D}/home/root/Settings/
20
21         install chicony.conf ${D}/${sysconfdir}/lircd.conf
22         install IRK.conf ${D}/${sysconfdir}
23         oe_soinstall libirk.so.1.0.0 ${D}/opt/QtPalmtop/plugins/inputmethods/
24 }
25
26 FILES_irk_append=" /etc /home/root"
27