diff options
Diffstat (limited to 'recipes/opie-today-weatherplugin/opie-today-weatherplugin.inc')
-rw-r--r-- | recipes/opie-today-weatherplugin/opie-today-weatherplugin.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/opie-today-weatherplugin/opie-today-weatherplugin.inc b/recipes/opie-today-weatherplugin/opie-today-weatherplugin.inc new file mode 100644 index 0000000000..f4f865da06 --- /dev/null +++ b/recipes/opie-today-weatherplugin/opie-today-weatherplugin.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "Weather plugin for Today" +SECTION = "opie/today" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libopiecore2 libopiepim2" +RDEPENDS = "opie-today" +APPNAME = "todayweatherplugin" + + +S = "${WORKDIR}/weather" + +inherit opie + +# FILES plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |