summaryrefslogtreecommitdiff
path: root/opie-3rdparty/timesleuth_1.0.5.oe
blob: b157398b419d1d8d547d7f0b4df0dbc2615167e3 (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
DESCRIPTION = "Time Sleuth"
SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
AUTHOR = "Dafydd Walters"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html"
PR = "r1"

SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz "

PV = "1.05ern"
S = "${WORKDIR}/timesleuth_V${PV}"

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

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

inherit opie