+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"
+
PRIORITY = "optional"
MAINTAINER = "Rajko Albrecht <alwin@handhelds.org>"
LICENSE = "GPL"
-DEPENDS = "virtual/libc libqpe-opie"
+DEPENDS = "virtual/libc"
PV = "1.1.3-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/applets/aboutapplet"
S = "${WORKDIR}/aboutapplet"
-inherit palmtop
-
-EXTRA_QMAKEVARS_POST = "DESTDIR=."
+inherit opie
do_install() {
install -d ${D}/${palmtopdir}/plugins/applets/
+DESCRIPTION = "Opie Alarm"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opiealarm"
+S = "${WORKDIR}/opiealarm"
+
+inherit opie
+
+do_configure() {
+}
+do_compile() {
+ oe_runmake
+
+}
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 0755 ${S}/opiealarm ${D}/${palmtopdir}/bin/
+}
+DESCRIPTION = "Opie Calibrate"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Opie Team <opie@handhelds.org>"
+LICENSE = "GPL"
+RDEPENDS = "libqpe1"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibrate"
+S = "${WORKDIR}/calibrate"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 0755 calibrate ${D}/${palmtopdir}/bin/
+}
+DESCRIPTION = "Opie Help Browser"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Opie Team <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc libopie2"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/helpbrowser \
+ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics/helpbrowser"
+
+S = "${WORKDIR}/helpbrowser"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -d ${D}/${palmtopdir}/pics/
+ install -d ${D}/${palmtopdir}/pics/helpbrowser/
+ install -m 0755 libhelpbrowser.so* ${D}/${palmtopdir}/plugins/application/
+ ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/helpbrowser
+ install -m 0644 ${WORKDIR}/pics/helpbrowser/*.png ${D}/${palmtopdir}/pics/helpbrowser/
+}
+DESCRIPTION = "Opie Login Manager (similar to gdm, xdm or kdm)"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc libopie2"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opie-login"
+S = "${WORKDIR}/opie-login"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 0755 opie-login ${D}/${palmtopdir}/bin/
+}
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
LICENSE = "GPL"
-RDEPENDS = "libqpe1"
DEPENDS = "virtual/libc libqpe-opie"
PV = "1.1.3-cvs-${CVSDATE}"
+DESCRIPTION = "Opie Quick Launcher"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/tools/quicklauncher"
+S="${WORKDIR}/quicklauncher"
+
+inherit opie
+
+do_install() {
+ mkdir -p ${D}/${palmtopdir}/bin/
+ install -m 755 quicklauncher ${D}/${palmtopdir}/bin/
+
+}
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
LICENSE = "GPL"
-DEPENDS = "virtual/libc libopie2 libqpe-opie"
+DEPENDS = "virtual/libc libopie2"
PV = "1.1.3-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibrate;date=${CVSDATE} \
S = "${WORKDIR}/launcher"
-inherit palmtop
-
+inherit opie
do_configure_prepend() {
ln -s ${WORKDIR}/rsync ${S}/rsync
+DESCRIPTION = "Opie Text Editor"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Opie Team <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc libopie2"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/textedit \
+ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics"
+S = "${WORKDIR}/textedit"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -d ${D}/${palmtopdir}/pics/textedit/
+ install -m 0755 libtextedit.so* ${D}/${palmtopdir}/plugins/application/
+ ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/textedit
+ install -m 0644 ${WORKDIR}/pics/textedit/*.png ${D}/${palmtopdir}/pics/textedit/
+}