blob: 2355e71c99a90ee16ab597481a4f41efa1a0030a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Mail plugin for Today"
SECTION = "opie/today"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "opie-today opie-mailapplet"
RDEPENDS = "opie-today opie-mailapplet"
APPNAME = "todaymailplugin"
TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/mail "
S = "${WORKDIR}/mail"
inherit opie
|