# # (C) Michael 'Mickey' Lauer # DEPENDS += "virtual/libsdl libsdl-mixer libsdl-image" APPDESKTOP ?= "${PN}.desktop" APPNAME ?= "${PN}" APPIMAGE ?= "${PN}.png" sdl_do_sdl_install() { install -d ${D}${palmtopdir}/bin install -d ${D}${palmtopdir}/pics install -d ${D}${palmtopdir}/apps/Games ln -sf ${bindir}/${APPNAME} ${D}${palmtopdir}/bin/${APPNAME} install -m 0644 ${APPIMAGE} ${D}${palmtopdir}/pics/${PN}.png if [ -e "${APPDESKTOP}" ] then echo ${APPDESKTOP} present, installing to palmtopdir... install -m 0644 ${APPDESKTOP} ${D}${palmtopdir}/apps/Games/${PN}.desktop else echo ${APPDESKTOP} not present, creating one on-the-fly... cat >${D}${palmtopdir}/apps/Games/${PN}.desktop <openembedded-core.git
Trygve Laugstøl
summaryrefslogtreecommitdiff
blob: 45166ef9607791f4181fa2ab9d2d9f99c31c557a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64