[oe] [Bug 1370] New: zsafe-2.1.3.bb file

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Mon Aug 28 22:10:17 UTC 2006


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

           Summary: zsafe-2.1.3.bb file
           Product: Openembedded
           Version: OpenZaurus 3.5.4.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-devel at lists.openembedded.org
        ReportedBy: hgayosso at gmail.com
         QAContact: tinderbox-oe at gmx.net


It builds a binary version (i.e. not quicklaunch) of zsafe-2.1.3.
There is opie-zsafe but that is at level 1.x and the file formats between zsafe
1.x and 2.x are different.

It can NOT be installed along with opie-zsafe.

=============================================
DESCRIPTION = "Password manager"
SECTION     = "opie/applications"
PRIORITY    = "optional"
MAINTAINER  = "Carsten Schneider<zcarsten at gmx.net>"
LICENSE     = "GPL"
APPNAME     = "zsafe"
APPTYPE     = "binary"
APPDESKTOP  = "${WORKDIR}"
SRC_URI     = "http://z-soft.z-portal.info/zsafe/zsafe_2.1.3.tgz"
S           = "${WORKDIR}"

inherit opie

QMAKE_PROFILES = "zsafe.pro"

export OE_QMAKE_LINK="${CXX}"

#FILES bin/zsafe apps/Applications/zsafe.desktop pics/zsafe/zsafe.png

FILES_zsafe = "zsafe"

do_install() {
        install -d ${D}${palmtopdir}/pics/${APPNAME}/
        install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.xpm
${D}${palmtopdir}/pics/${APPNAME}/
        install -m 0644 ${WORKDIR}/zsafe.png ${D}${palmtopdir}/pics/
}

=============================================


-- 
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-devel mailing list