blob: d9fe92f30aa71d36560e14c08f1e55ec012ba187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Addressbook plugin for Today"
SECTION = "opie/today"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "opie-today"
PV = "1.1.7+cvs-${CVSDATE}"
APPNAME = "todayaddressbookplugin"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/pim/today/plugins/addressbook "
S = "${WORKDIR}/addressbook"
inherit opie
|