aboutsummaryrefslogtreecommitdiffstats
path: root/opie-symlinker/opie-symlinker_1.1.7.oe
blob: df61f519b4e642824d3bf0a3e1076a88cfc06480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Enables apps on external media"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"

APPNAME = "opie-update-symlinks"
APPTYPE = "binary"

TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/symlinker "

S = "${WORKDIR}/symlinker"

inherit opie

do_install() {
	install -d ${D}${palmtopdir}/bin/
	install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
}