aboutsummaryrefslogtreecommitdiffstats
path: root/cumulus/cumulus_1.1.oe
blob: fca4a64af3efb1221dfdd7cd9acd748f1f367495 (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
DESCRIPTION = "A flightcomputer application for Qt/E based Palmtop Environments"
SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libqpe"
APPTYPE = "binary"
APPNAME = "cumulus"
APPDESKTOP = "${S}"
PR = "r1"

SRC_URI = "http://cumulus.kflog.org/download/src/cumulus-${PV}.src.tar.bz2 \
           file://qtooltip.patch;patch=1"
S = "${WORKDIR}/cumulus-arm-${PV}/cumulus"

inherit opie

EXTRA_QMAKEVARS_POST = "INCLUDEPATH+=-I."

do_install() {
        install -d ${D}/${palmtopdir}/pics/mapicons
        install -m 0644 ../cumulus.png ${D}/${palmtopdir}/pics/cumulus.png
        cp -a map-icons/* ${D}/${palmtopdir}/pics/mapicons
}