]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-today-weatherplugin/opie-today-weatherplugin.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-today-weatherplugin / opie-today-weatherplugin.inc
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 APPNAME = "todayweatherplugin"
9
10
11 S = "${WORKDIR}/weather"
12
13 inherit opie
14
15 # FILES plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin
16 do_install() {
17         install -d ${D}${palmtopdir}/pics/${APPNAME}/
18         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
19 }
20