diff options
-rw-r--r-- | irk/irk_0.10.0.oe | 26 | ||||
-rw-r--r-- | irk/irk_0.11.0.oe | 0 |
2 files changed, 0 insertions, 26 deletions
diff --git a/irk/irk_0.10.0.oe b/irk/irk_0.10.0.oe deleted file mode 100644 index 70f6d18ba3..0000000000 --- a/irk/irk_0.10.0.oe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "IRK provides a Qtopia/Opie Input Method plugin that allows you to use external infrared keyboards with the Zaurus." -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl lirc" - -SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/461/irk-${PV}.tgz" -S = "${WORKDIR}/irk" - -inherit palmtop - -EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia" - -do_install() { - install -d ${D}/${sysconfdir} - install -d ${D}${palmtopdir}/plugins/inputmethods/ - install -d ${D}/home/root/Settings/ - - install chicony.conf ${D}/${sysconfdir}/lircd.conf - install IRK.conf ${D}/${sysconfdir} - oe_soinstall libirk.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/ -} - -FILES_irk_append=" /etc /home/root" - diff --git a/irk/irk_0.11.0.oe b/irk/irk_0.11.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/irk/irk_0.11.0.oe |