summaryrefslogtreecommitdiff
path: root/qpegps/qpegps_0.9.2.oe
blob: ecb3a433448a71e1ed5ee96598bdfbd865222a63 (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 = "Navigation application for use with GPS adapters"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "libqpe1"
DEPENDS = "virtual/libc"

SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/qpegps;module=qpegps \
           file://${FILESDIR}/gpsd-fix.patch;patch=1"
S = "${WORKDIR}/qpegps"

inherit palmtop

QMAKE_PROFILES = "qpegps.pro"

do_install() {
        install -d ${D}${palmtopdir}/{help/html/qpegps_icons,bin,apps/Applications,pics/qpegps,qpegps/{maps,icons,tracks}}
        install -m 0755 qpegps ${D}${palmtopdir}/bin/
        install -m 0644 ${FILESDIR}/qpegps.desktop ${D}${palmtopdir}/Applications/
        install -m 0644 ${FILESDIR}/qpegps.png ${D}${palmtopdir}/pics/qpegps/
        install -m 0644 doc/qpegps.html ${D}${palmtopdir}/help/html/
        install -m 0644 doc/qpegps_icons/*.png ${D}${palmtopdir}/help/html/qpegps_icons/
        install -m 0644 icons/*.xpm ${D}${palmtopdir}/qpegps/icons/
}