aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/temtor/temtor_0.0.1.bb
blob: b94ddeec87c8797bd3fa4438faf3f21a528a3ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Timetracker to track time spent on different projects"
SECTION = "opie/applications"
PRIORITY = "optional"
LICENSE = "GPL"
AUTHOR = "Martin Henne <martin.henne@web.de>"
HOMEPAGE = "http://www.martinhenne.de/temtor/"
APPNAME = "temtor"
APPTYPE = "binary"
APPDESKTOP = "${S}/ipk"

SRC_URI = "http://leapingcat.org/martinhenne.de/temtor/files/temtor-0.0.1.tar.gz"

inherit opie

EXTRA_QMAKEVARS_POST += "CONFIG-=qt-mt CONFIG+=qt DEFINES+=NO_DEBUG"
QMAKE_PROFILES = "temtor.pro"


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