kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
[vuplus_openembedded] / opie-embeddedkonsole / opie-embeddedkonsole_cvs.oe
1 DESCRIPTION = "Opie embedded konsole"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 MAINTAINER = "Opie Team <opie@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = " libqtaux2"
7 PV = "1.1.5-cvs-${CVSDATE}"
8 APPNAME = "embeddedkonsole"
9
10 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/${APPNAME} \
11            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
12            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
13 S = "${WORKDIR}/${APPNAME}"
14
15 inherit opie
16
17 do_install() {
18     install -d ${D}/${palmtopdir}/pics/konsole/
19     install -m 0644 ${WORKDIR}/pics/konsole/*.png ${D}/${palmtopdir}/pics/konsole/
20 }