zsafe: added 2.1.3 - close #1370
authorCarsten Schneider <zcarsten@gmx.net>
Tue, 29 Aug 2006 06:25:15 +0000 (06:25 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 29 Aug 2006 06:25:15 +0000 (06:25 +0000)
applied changes from 26de4ae1a5a4cc78e31a35514476c8f83392d32e (.oz354x)
             through 704acabcb81bc6c3e644c6c18bb730c30a8d882c

packages/zsafe/.mtn2git_empty [new file with mode: 0644]
packages/zsafe/zsafe_2.1.3.bb [new file with mode: 0644]

diff --git a/packages/zsafe/.mtn2git_empty b/packages/zsafe/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/zsafe/zsafe_2.1.3.bb b/packages/zsafe/zsafe_2.1.3.bb
new file mode 100644 (file)
index 0000000..f4b9d0c
--- /dev/null
@@ -0,0 +1,27 @@
+DESCRIPTION = "Password manager"
+SECTION     = "opie/applications"
+PRIORITY    = "optional"
+MAINTAINER  = "Carsten Schneider <zcarsten@gmx.net>"
+LICENSE     = "GPL"
+RCONFLICTS  = "opie-zsafe"
+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/
+}