kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
[vuplus_openembedded] / opie-remote / opie-remote_cvs.oe
1 DESCRIPTION = "A remote control"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 MAINTAINER = "Open Embedded <oe@handhelds.org>"
5 LICENSE = "GPL"
6 RDEPENDS = "lirc"
7 PV = "1.1.5-cvs-${CVSDATE}"
8 APPNAME = "remote"
9 APPTYPE = "binary"
10
11 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/tools/remote \
12            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
13            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
14
15 S = "${WORKDIR}/${APPNAME}"
16
17 inherit opie
18
19 # FILES bin/remote apps/Applications/remote.desktop pics/remote/*.png
20 do_install() {
21         install -d ${D}${palmtopdir}/pics/${APPNAME}/
22         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
23 }
24