]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/irk/irk.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / irk / irk.inc
1 DESCRIPTION = "IRK provides a Qtopia/Opie Input Method plugin that allows you to use external infrared keyboards with the Zaurus."
2 SECTION = "opie/inputmethods"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 HOMEPAGE = "http://angela1.data-uncertain.co.uk/~zaurus/irk.php"
6 DEPENDS = "virtual/libqpe lirc"
7
8 S = "${WORKDIR}/irk"
9
10 inherit palmtop
11
12 EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia INCLUDEPATH+=${STAGING_INCDIR}/lirc"
13
14 do_install() {
15         install -d ${D}${sysconfdir}/
16         install -d ${D}${palmtopdir}/etc/skel/
17         install -d ${D}${palmtopdir}/plugins/inputmethods/
18
19         install -m 0644 chicony.conf ${D}${sysconfdir}/lircd.conf
20         install -m 0644 IRK.conf ${D}${palmtopdir}/etc/skel/
21         oe_libinstall -so libirk ${D}${palmtopdir}/plugins/inputmethods
22 }
23
24 FILES_${PN} += "${sysconfdir}"