aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-sh-snes/opie-sh-snes.inc
blob: 1f1787624a4681f7acaae8120c35c684c1bf5e05 (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
DESCRIPTION = "Displays a list of available ROMs for use with snes9x."
SECTION = "opie/shell"
PRIORITY = "optional"
LICENSE = "GPL"

RDEPENDS = "opie-sh"

inherit opie

FILES_${PN} = "/opt/QtPalmtop"

SRC_URI = "file://snes.desktop \
           file://snes.png \
	   file://opie-sh-snes.sh"
	   

do_install() {

	for dir in apps apps/Games bin pics
	do
		install -d ${D}${palmtopdir}/$dir
	done
	
	install -m 755 ${WORKDIR}/opie-sh-snes.sh ${D}${palmtopdir}/bin
	install -m 644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics
	install -m 644 ${WORKDIR}/*.desktop ${D}${palmtopdir}/apps/Games
}