kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
[vuplus_openembedded] / opie-symlinker / opie-symlinker_cvs.oe
1 DESCRIPTION = "Enables apps on external media"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 MAINTAINER = "Open Embedded <oe@handhelds.org>"
5 LICENSE = "GPL"
6 PV = "1.1.5-cvs-${CVSDATE}"
7 APPNAME = "opie-update-symlinks"
8 APPTYPE = "binary"
9
10 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/symlinker "
11
12 S = "${WORKDIR}/symlinker"
13
14 inherit opie
15
16 do_install() {
17         install -d ${D}${palmtopdir}/bin/
18         install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
19 }
20