aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-today-weatherplugin/opie-today-weatherplugin.inc')
-rw-r--r--packages/opie-today-weatherplugin/opie-today-weatherplugin.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc b/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc
deleted file mode 100644
index f4f865da06..0000000000
--- a/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-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}/
-}
-