surpport seeking the recorded video
[vuplus_openembedded] / recipes / opie-today-weatherplugin / opie-today-weatherplugin.inc
1 DESCRIPTION = "Weather plugin for Today"
2 SECTION = "opie/today"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "libopiecore2 libopiepim2"
6 RDEPENDS = "opie-today"
7 APPNAME = "todayweatherplugin"
8
9
10 S = "${WORKDIR}/weather"
11
12 inherit opie
13
14 # FILES plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin
15 do_install() {
16         install -d ${D}${palmtopdir}/pics/${APPNAME}/
17         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
18 }
19