[oe-issues] [Bug 2097] New: qpegps-svn recipe

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Tue Apr 10 03:44:40 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2097

           Summary: qpegps-svn recipe
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: angus at handheldshell.com
         QAContact: tinderbox-oe at gmx.net


DESCRIPTION = "Navigation application for use with GPS adapters"
SECTION = "opie/applications"
PRIORITY = "optional"

RRECOMMENDS = "gpsd"
LICENSE = "GPL"
HOMEPAGE = "http://qpegps.sourceforge.net/"
PR = "r0"

SRC_URI="svn://qpegps.svn.sourceforge.net/svnroot/;module=qpegps/trunk/qpegps;proto=https
\
           file://qpegps.desktop \
           file://qpegps.png"
S = "${WORKDIR}/qpegps/trunk/qpegps"

inherit palmtop

QMAKE_PROFILES = "qpegps.pro"
EXTRA_QMAKEVARS_POST = "LIBS=-lqpe LIBS+=-lgps"
OE_QMAKE_LIBS_QT = qte-mt
OE_QMAKE_CFLAGS += " -DQWS "
#OE_QMAKE_LDFLAGS += "-lqpe LIBS+=-lgps "

do_install() {
        install -d ${D}${palmtopdir}/bin \
                   ${D}${palmtopdir}/apps/Applications \
                   ${D}${palmtopdir}/pics/qpegps \
                   ${D}${palmtopdir}/help/html/qpegps_icons \
                   ${D}${palmtopdir}/qpegps/maps \
                   ${D}${palmtopdir}/qpegps/icons \
                   ${D}${palmtopdir}/qpegps/tracks
        install -m 0755 qpegps ${D}${palmtopdir}/bin/
        install -m 0644 ${WORKDIR}/qpegps.desktop
${D}${palmtopdir}/apps/Applications/
        install -m 0644 ${WORKDIR}/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/
        install -m 0644 datum/*.dat ${D}${palmtopdir}/qpegps/
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list