93e44c71a3284ec30037d8f0fbcfc347c45fe21d
[vuplus_openembedded] / zsafe / zsafe_2.1.2.oe
1 DESCRIPTION = "Zaurus Password Manager"
2 HOMEPAGE = "http://z-soft.z-portal.info/zsafe/"
3 SECTION = "base"
4 PRIORITY = "optional"
5 MAINTAINER = "Carsten Schneider <zcarsten@gmx.net>"
6 LICENSE = "GPL"
7 RDEPENDS = "libqpe1"
8 DEPENDS = "virtual/libc virtual/libqpe"
9
10 #SRC_URI = http://z-soft.z-portal.info/zsafe/zsafe_${PV}.tgz
11 SRC_URI = "http://www.lunix.com.ar/~ldipenti/zsafe_${PV}.tgz"
12
13 inherit palmtop 
14
15 QMAKE_PROFILES = "zsafe.pro"
16
17 do_install() {
18         install -d ${D}${palmtopdir}{bin,apps/Applications,pics/zsafe}
19         install -D -m 0755 ${PN} ${D}${palmtopdir}bin/${PN}
20         install -D -m 0644 ${PN}.png ${D}${palmtopdir}pics/${PN}.png
21         cp -a pics/zsafe/*.xpm ${D}${palmtopdir}pics/zsafe
22         cp zsafe.desktop ${D}${palmtopdir}apps/Applications
23 }