diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-18 16:02:45 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-18 16:02:45 +0000 |
commit | cf369b00d686581900cc984570c8d6b56975fc33 (patch) | |
tree | bb3ce851d665662aa65f7c04230a70b677ea2b0d /irk/irk_0.11.0.oe | |
parent | d5f0203825fccc4f0bcd5eccce3b6e198e1af87c (diff) |
clean up the various opie packages
please use one of these as template for further packages
opie stuff inherits from opie.oeclass now, we will
take care about quicklaunch/non-quicklaunch there
BKrev: 4082a6a5vfRk3mA_-Or5Ll-U-gXhMw
Diffstat (limited to 'irk/irk_0.11.0.oe')
-rw-r--r-- | irk/irk_0.11.0.oe | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/irk/irk_0.11.0.oe b/irk/irk_0.11.0.oe index e69de29bb2..e62b38bb4e 100644 --- a/irk/irk_0.11.0.oe +++ b/irk/irk_0.11.0.oe @@ -0,0 +1,26 @@ +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://angela1.data-uncertain.co.uk/~zaurus/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" + |