aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/knights/knights_1.14.bb
blob: f1589f8cd826108a61d1187f4174ca654a2b359b (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
DESCRIPTION = "Chess Game for Qt/Embedded based palmtop environments. \
Uses the Phalanx chess engine."
SECTION = "opie/games"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "phalanx"
RDEPENDS_${PN} = "phalanx"
PR = "r3"

SRC_URI = "http://www.openzaurus.org/mirror/knights.tar.gz \
           file://libqpe-opie.patch \
           file://gcc3.patch"
S = "${WORKDIR}/knights"

inherit palmtop

QMAKE_PROFILES = "knights.pro"

do_configure_prepend() {
        printf "TEMPLATE=subdirs\nSUBDIRS=qtcompat microkde knights\n" >knights.pro
}

do_install() {
        install -d ${D}${palmtopdir}/bin \
	           ${D}${palmtopdir}/apps/Games \
       	 	   ${D}${palmtopdir}/pics
        install -D -m 755 knights/knights ${D}${palmtopdir}/bin/knights
        install -D -m 644 knights.desktop ${D}${palmtopdir}/apps/Games/knights.desktop
        install -d ${D}${palmtopdir}/pics
        cp -pPR pics/knights ${D}${palmtopdir}/pics/
}

SRC_URI[md5sum] = "fea3047d5501a1abea868bb661cbc0c8"
SRC_URI[sha256sum] = "1f6d50b3602f01b852810ab1e62f3328edee5130fe3ba21fd868f376c89e66fd"