gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
[openembedded.git] / recipes / irk / irk.inc
blobb00583c22b3eaa78fb741327c47721cc82c6b868
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 = "lirc"
8 S = "${WORKDIR}/irk"
10 inherit palmtop
12 EXTRA_QMAKEVARS_POST += "CONFIG-=qtopia INCLUDEPATH+=${STAGING_INCDIR}/lirc"
14 do_install() {
15         install -d ${D}${sysconfdir}/
16         install -d ${D}${palmtopdir}/etc/skel/
17         install -d ${D}${palmtopdir}/plugins/inputmethods/
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
24 FILES_${PN} += "${sysconfdir}"