summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-07-28 12:02:15 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-07-28 12:02:15 +0000
commit5ad547d47b8ddccb9411f66034a5a380075d9303 (patch)
treee369a9871bfe8f2ff91bf64eea410804ffcecbe2
parent0246efd4471fa71bf3b8acc2ca668e89f2e9850b (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/07/28 14:02:03+02:00 hrw.one.pl!hrw removed zsafe because opie-zsafe is being updated regularly. BKrev: 410795c7pfUt_uwi63jq6v1u0MUGgA
-rw-r--r--zsafe/zsafe_2.1.2.oe24
1 files changed, 0 insertions, 24 deletions
diff --git a/zsafe/zsafe_2.1.2.oe b/zsafe/zsafe_2.1.2.oe
deleted file mode 100644
index f0b4eaf083..0000000000
--- a/zsafe/zsafe_2.1.2.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Zaurus Password Manager"
-HOMEPAGE = "http://z-soft.z-portal.info/zsafe/"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Carsten Schneider <zcarsten@gmx.net>"
-LICENSE = "GPL"
-DEPENDS = "virtual/libqpe"
-
-#SRC_URI = http://z-soft.z-portal.info/zsafe/zsafe_${PV}.tgz
-SRC_URI = "http://www.lunix.com.ar/~ldipenti/zsafe_${PV}.tgz"
-
-inherit palmtop
-
-QMAKE_PROFILES = "zsafe.pro"
-
-do_install() {
- install -d ${D}/${palmtopdir}/bin \
- ${D}/${palmtopdir}/apps/Applications \
- ${D}/${palmtopdir}/pics/zsafe
- install -D -m 0755 ${PN} ${D}/${palmtopdir}/bin/${PN}
- install -D -m 0644 ${PN}.png ${D}/${palmtopdir}/pics/${PN}.png
- cp -a pics/zsafe/*.xpm ${D}/${palmtopdir}/pics/zsafe
- cp zsafe.desktop ${D}/${palmtopdir}/Applications
-}