aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-zkbapplet/opie-zkbapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-zkbapplet/opie-zkbapplet.inc')
-rw-r--r--packages/opie-zkbapplet/opie-zkbapplet.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/opie-zkbapplet/opie-zkbapplet.inc b/packages/opie-zkbapplet/opie-zkbapplet.inc
index e69de29bb2..9ac3942fbb 100644
--- a/packages/opie-zkbapplet/opie-zkbapplet.inc
+++ b/packages/opie-zkbapplet/opie-zkbapplet.inc
@@ -0,0 +1,25 @@
+DESCRIPTION = "KeyZ Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+APPNAME = "zkbapplet"
+RDEPENDS = "opie-pics"
+I18N_FILES = "keyz-cfg.ts"
+
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/
+ install -d ${D}${palmtopdir}/share/zkb/
+ install -m 0644 ${WORKDIR}/share/zkb/*xml* ${D}${palmtopdir}/share/zkb/
+ install -m 0644 ${WORKDIR}/share/zkb/zkb.xml.sample ${D}${palmtopdir}/share/zkb/zkb.xml
+ install -d ${D}${palmtopdir}/bin
+ install -m 0755 ${S}/keyz-cfg ${D}${palmtopdir}/bin/
+ install -d ${D}${palmtopdir}/apps/Settings
+ install -m 0644 ${WORKDIR}/apps/Settings/keyz-cfg.desktop ${D}${palmtopdir}/apps/Settings/
+}