summaryrefslogtreecommitdiff
path: root/opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe')
-rw-r--r--opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe24
1 files changed, 24 insertions, 0 deletions
diff --git a/opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe b/opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe
index e69de29bb2..a972f2c970 100644
--- a/opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe
+++ b/opie-today-stocktickerplugin/opie-today-stocktickerplugin_1.1.7.oe
@@ -0,0 +1,24 @@
+DESCRIPTION = "Stock ticker plugin for Today"
+SECTION = "opie/today"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "opie-today libqtaux2"
+
+APPNAME = "todaystocktickerplugin"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/stockticker \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/stockticker"
+
+inherit opie
+
+# FILES plugins/today/libtodaystocktickerplugin.so* bin/stockticker pics/stockticker/stockticker.png
+do_install() {
+ install -d ${D}${palmtopdir}/pics/stockticker/
+ install -m 0644 ${WORKDIR}/pics/stockticker/*.png ${D}${palmtopdir}/pics/stockticker/
+}
+