From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/irk/irk.inc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/irk/irk.inc (limited to 'recipes/irk/irk.inc') diff --git a/recipes/irk/irk.inc b/recipes/irk/irk.inc new file mode 100644 index 0000000000..b00583c22b --- /dev/null +++ b/recipes/irk/irk.inc @@ -0,0 +1,24 @@ +DESCRIPTION = "IRK provides a Qtopia/Opie Input Method plugin that allows you to use external infrared keyboards with the Zaurus." +SECTION = "opie/inputmethods" +PRIORITY = "optional" +LICENSE = "GPL" +HOMEPAGE = "http://angela1.data-uncertain.co.uk/~zaurus/irk.php" +DEPENDS = "lirc" + +S = "${WORKDIR}/irk" + +inherit palmtop + +EXTRA_QMAKEVARS_POST += "CONFIG-=qtopia INCLUDEPATH+=${STAGING_INCDIR}/lirc" + +do_install() { + install -d ${D}${sysconfdir}/ + install -d ${D}${palmtopdir}/etc/skel/ + install -d ${D}${palmtopdir}/plugins/inputmethods/ + + install -m 0644 chicony.conf ${D}${sysconfdir}/lircd.conf + install -m 0644 IRK.conf ${D}${palmtopdir}/etc/skel/ + oe_libinstall -so libirk ${D}${palmtopdir}/plugins/inputmethods +} + +FILES_${PN} += "${sysconfdir}" -- cgit 1.2.3-korg