summaryrefslogtreecommitdiff
path: root/zsafe/zsafe_2.1.2.oe
blob: f8342c9fce2569f490a1d723a3dc2a87a3e93e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Zaurus Password Manager"
HOMEPAGE = "http://z-soft.z-portal.info/zsafe/"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Carsten Schneider <zcarsten@gmx.net>"
LICENSE = "GPL"
RDEPENDS = "libqpe1"
DEPENDS = "virtual/libc 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,apps/Applications,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
}