diff options
Diffstat (limited to 'opie-today-weatherplugin')
-rw-r--r-- | opie-today-weatherplugin/opie-today-weatherplugin_cvs.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-today-weatherplugin/opie-today-weatherplugin_cvs.oe b/opie-today-weatherplugin/opie-today-weatherplugin_cvs.oe index e69de29bb2..8ae4f28cdf 100644 --- a/opie-today-weatherplugin/opie-today-weatherplugin_cvs.oe +++ b/opie-today-weatherplugin/opie-today-weatherplugin_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "Weather plugin for Today" +SECTION = "opie/today" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopiecore2 libopiepim2" +RDEPENDS = "opie-today" +PV = "1.1.5-cvs-${CVSDATE}" +APPNAME = "todayweatherplugin" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/todayplugins/weather;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE}" + +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}/ +} + |