summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/opie-today-weatherplugin
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-05-13 15:42:03 +0200
committerRene Wagner <rw@handhelds.org>2006-05-13 15:42:03 +0200
commit5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch)
tree342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/opie-today-weatherplugin
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/opie-today-weatherplugin')
-rw-r--r--org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc20
-rw-r--r--org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.2.1.bb6
-rw-r--r--org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb6
3 files changed, 32 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc b/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc
new file mode 100644
index 0000000..d9e922e
--- /dev/null
+++ b/org.handhelds.familiar/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}/
+}
+
diff --git a/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.2.1.bb b/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.2.1.bb
new file mode 100644
index 0000000..6da83c7
--- /dev/null
+++ b/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.2.1.bb
@@ -0,0 +1,6 @@
+include ${PN}.inc
+
+
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/weather \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
diff --git a/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb b/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb
new file mode 100644
index 0000000..e944688
--- /dev/null
+++ b/org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb
@@ -0,0 +1,6 @@
+include ${PN}.inc
+
+PV = "1.2.1+cvs-${CVSDATE}"
+
+SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/todayplugins/weather \
+ ${HANDHELDS_CVS};module=opie/pics"