aboutsummaryrefslogtreecommitdiffstats
path: root/opie-3rdparty/tickypip_0.1.1ern.oe
blob: 4d075dc2bea7b0aa797bd7691d2116a216461523 (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
DESCRIPTION = "Tickypip"
SECTION = "opie/games"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
AUTHOR = "Christian Hammond"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tickypip.html"

SRC_URI = "http://handhelds.org/~zecke/oe_packages/tickypip_V0.1.1ern.tar.gz \
           file://tickypip.patch;patch=1"

PV = "0.1.1ern"
S = "${WORKDIR}/tickypip_V${PV}"

APPNAME = "tickypip"
APPTYPE = "binary"
APPDESKTOP = "${S}"



do_install () {
	install -d ${D}/${palmtopdir}/pics/${APPNAME}/
	install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
	install -m 0644 ${S}/images/*.png ${D}/${palmtopdir}/pics/${APPNAME}/

# copy share
	install -d ${D}/${palmtopdir}/share/${APPNAME}/
	install -m 0644 ${S}/levels/*.dat ${D}/${palmtopdir}/share/${APPNAME}/
	
}


inherit opie