diff options
Diffstat (limited to 'recipes/opie-sshkeys/opie-sshkeys.inc')
-rw-r--r-- | recipes/opie-sshkeys/opie-sshkeys.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/opie-sshkeys/opie-sshkeys.inc b/recipes/opie-sshkeys/opie-sshkeys.inc new file mode 100644 index 0000000000..cf160f3500 --- /dev/null +++ b/recipes/opie-sshkeys/opie-sshkeys.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Utility for managing ssh-agent keys" +SECTION = "opie/settings" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "ssh opie-sh-ssh-askpass" +APPNAME = "sshkeys" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES bin/sshkeys apps/Settings/sshkeys.desktop pics/sshkeys/sshkeys.png +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |