Merge Opie-Console_CVS Conflict
[vuplus_openembedded] / opie-keypebble / opie-keypebble_cvs.oe
1 DESCRIPTION = "A VNC Viewer"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 PV = "1.1.6-cvs-${CVSDATE}"
7 APPNAME = "keypebble"
8
9 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/comm/${APPNAME} \
10            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics                    \
11            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
12 S = "${WORKDIR}/${APPNAME}"
13
14 inherit opie
15
16 do_install() {
17         install -d ${D}${palmtopdir}/pics/vnc
18         install -m 0644 ${WORKDIR}/pics/vnc/*.* ${D}${palmtopdir}/pics/vnc/
19 }
20