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