diff options
Diffstat (limited to 'recipes/opie-zkbapplet/opie-zkbapplet.inc')
-rw-r--r-- | recipes/opie-zkbapplet/opie-zkbapplet.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/opie-zkbapplet/opie-zkbapplet.inc b/recipes/opie-zkbapplet/opie-zkbapplet.inc new file mode 100644 index 0000000000..f1b09cf53e --- /dev/null +++ b/recipes/opie-zkbapplet/opie-zkbapplet.inc @@ -0,0 +1,24 @@ +DESCRIPTION = "KeyZ Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +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/ +} |