diff options
Diffstat (limited to 'recipes/opie-today/opie-today.inc')
-rw-r--r-- | recipes/opie-today/opie-today.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opie-today/opie-today.inc b/recipes/opie-today/opie-today.inc new file mode 100644 index 0000000000..610883e8c3 --- /dev/null +++ b/recipes/opie-today/opie-today.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "Today screen application" +SECTION = "opie/pim" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "today" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES plugins/application/libtoday.so* bin/today apps/1Pim/today.desktop pics/today/* +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |