blob: 07d9a8000c558ebde6c1df7b34d9d3ffb721a5bb (
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 = "Checkers"
SECTION = "opie/games"
PRIORITY = "optional"
LICENSE = "GPL"
AUTHOR = "Walter Rawdanik"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Checkers.html"
SRC_URI = "http://handhelds.org/~zecke/oe_packages/checkers_V1.0.5ern.tar.gz \
file://checkers.patch;patch=1"
PV = "1.0.5ern"
S = "${WORKDIR}/checkers_V${PV}"
APPNAME = "checkers"
APPTYPE = "binary"
APPDESKTOP = "${S}"
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
}
inherit opie
SRC_URI[md5sum] = "82b08b1980ec6fbfc83b4dc0e2df10f7"
SRC_URI[sha256sum] = "543435cb0988acc90a6e651e424eb331aba3f73361036d7af458bc1233973199"
|