diff options
Diffstat (limited to 'recipes/opie-keypebble/opie-keypebble.inc')
-rw-r--r-- | recipes/opie-keypebble/opie-keypebble.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/opie-keypebble/opie-keypebble.inc b/recipes/opie-keypebble/opie-keypebble.inc new file mode 100644 index 0000000000..fcc8eee4a9 --- /dev/null +++ b/recipes/opie-keypebble/opie-keypebble.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "A VNC Viewer" +SECTION = "opie/applications" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "keypebble" + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/pics/vnc + install -m 0644 ${WORKDIR}/pics/vnc/*.* ${D}${palmtopdir}/pics/vnc/ +} + |