Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / opie-today-weatherplugin / opie-today-weatherplugin_1.1.7.oe
1 DESCRIPTION = "Weather plugin for Today"
2 SECTION = "opie/today"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = "libopiecore2 libopiepim2"
7 RDEPENDS = "opie-today"
8
9 APPNAME = "todayweatherplugin"
10
11 TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
12 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/weather \
13            ${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
14
15 S = "${WORKDIR}/weather"
16
17 inherit opie
18
19 # FILES plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin
20 do_install() {
21         install -d ${D}${palmtopdir}/pics/${APPNAME}/
22         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
23 }
24