aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/iaimaster/iaimaster_0.5.bb
blob: 5b0d5e5c9836802e3856a5a073c1dc5d50ca8afa (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
DESCRIPTION = "Pen action mini game. You fight evil Iai-Master and must survive. \
(Iai is a kind of the samurai fighting style)"
SECTION = "opie/games"
LICENSE = "GPL"
APPNAME = "${PN}"
APPTYPE = "binary"
APPDESKTOP = "${WORKDIR}"

SRC_URI = "http://www.urban.ne.jp/home/kanemori/zaurus/IaiMaster_${PV}.tar.gz \
           file://iaimaster.desktop \
           file://iaimaster.png"
S = "${WORKDIR}/IaiMaster"

inherit opie

EXTRA_QMAKEVARS_POST += "TARGET=${PN}"

do_configure_prepend() {
	qmake -project
}

do_install() {
	install -d ${D}${palmtopdir}/pics/
	install -m 0644 ${WORKDIR}/iaimaster.png ${D}${palmtopdir}/pics/
}


SRC_URI[md5sum] = "6e3992e261e1fb7fbae08530d45886b7"
SRC_URI[sha256sum] = "bb837de5130cdbe2c1f4dd7ded8c890ef11f37979526e480afd82b364605563b"