blob: a2156245311a50f98ffddae0c47543c181158cc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "'fortune' plugin for Today"
SECTION = "opie/today"
PRIORITY = "optional"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
RDEPENDS = "fortune-mod opie-today"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "todayfortuneplugin"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/todayplugins/fortune;date=${CVSDATE} "
S = "${WORKDIR}/fortune"
inherit opie
# FILES plugins/today/libtodayfortuneplugin.so*
do_install() {
}
|