df61f519b4e642824d3bf0a3e1076a88cfc06480
[vuplus_openembedded] / opie-symlinker / opie-symlinker_1.1.7.oe
1 DESCRIPTION = "Enables apps on external media"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6
7 APPNAME = "opie-update-symlinks"
8 APPTYPE = "binary"
9
10 TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
11 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/symlinker "
12
13 S = "${WORKDIR}/symlinker"
14
15 inherit opie
16
17 do_install() {
18         install -d ${D}${palmtopdir}/bin/
19         install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
20 }
21