diff options
Diffstat (limited to 'packages/opie-today-weatherplugin/opie-today-weatherplugin.inc')
-rw-r--r-- | packages/opie-today-weatherplugin/opie-today-weatherplugin.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc b/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc index e69de29bb2..d9e922ee49 100644 --- a/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc +++ b/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc @@ -0,0 +1,20 @@ +DESCRIPTION = "Weather plugin for Today" +SECTION = "opie/today" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +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}/ +} + |