blob: 8e9c0bc1299193d0276197bded9b087b74fe3aa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Todo list plugin for Today"
SECTION = "opie/today"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
RDEPENDS = "opie-today"
PV = "1.1.6-cvs-${CVSDATE}"
APPNAME = "todaytodolistplugin"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/pim/today/plugins/todolist "
S = "${WORKDIR}/todolist"
inherit opie
|