aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-zkbapplet/opie-zkbapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-zkbapplet/opie-zkbapplet.inc')
-rw-r--r--recipes-opie/opie-zkbapplet/opie-zkbapplet.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-opie/opie-zkbapplet/opie-zkbapplet.inc b/recipes-opie/opie-zkbapplet/opie-zkbapplet.inc
new file mode 100644
index 0000000..3203bce
--- /dev/null
+++ b/recipes-opie/opie-zkbapplet/opie-zkbapplet.inc
@@ -0,0 +1,24 @@
+DESCRIPTION = "KeyZ Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "zkbapplet"
+RDEPENDS_${PN} = "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/
+}