aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qfish/qfish2_1.1.0.bb
blob: 90cd864ee93923efc0a1ebab131d45e9305c427d (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
DESCRIPTION = "A Game with fishes, Qt/Embedded based Palmtop Environments Edition"
SECTION = "opie/games"
LICENSE = "GPLv2+"
PR = "r3"

SRC_URI = "http://osdn.dl.sourceforge.jp/jankeyapp-z/17321/qfish2-${PV}.src.tar.gz"
S = "${WORKDIR}/qfish2"

LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                    file://fish.cpp;beginline=7;endline=19;md5=cd762a8dc74c0e64f2cda772a0f3dfe3"

inherit palmtop

MACHTYPE = "sl300"
MACHTYPE_c7x0     = "sl700"
MACHTYPE_tosa     = "sl700"

do_configure_append() {
	ln -v -f -s config/config-${MACHTYPE}.h config.h
	ln -v -f -s config/config.mk-${MACHTYPE} config.mk
	if [ "${MACHTYPE}" = "sl300" ]
	then
		ln -vfs bigFishSize.h areaSize.h
	else
		ln -vfs smallFishSize.h areaSize.h
	fi
	ln -v -f -s HiScoreRegConfig-${MACHTYPE}.h HiScoreRegConfig.h
}

do_compile_prepend() {
	# This binary gets shipped, but should actually be built during compilation
	rm -f tools/bin2c

	cd images && oe_runmake && cd ${S}
}

do_install() {
	install -d ${D}${palmtopdir}/apps/Games
	install -m 0644 desktop/qfish-${MACHTYPE}.desktop ${D}${palmtopdir}/apps/Games/qfish2.desktop
	install -d ${D}${palmtopdir}/bin
	install -m 0755 qfish ${D}${palmtopdir}/bin/qfish2
	install -d ${D}${palmtopdir}/pics
	install -m 0644 desktop/qfish2.png ${D}${palmtopdir}/pics/
	install -d ${D}${palmtopdir}/sounds/qfish2
	install -m 0644 sounds/*.wav ${D}${palmtopdir}/sounds/qfish2/
	install -d ${D}${palmtopdir}/help/html/
	install -m 0644 desktop/qfish.html ${D}${palmtopdir}/help/html/qfish2.html
}

SRC_URI[md5sum] = "7f028932317fc41f53e0ef68e98b110b"
SRC_URI[sha256sum] = "d28e8abc5d87ce3bdb4066b5b7785fdfa51aef474fe511fafab78c023af1e2c4"