summaryrefslogtreecommitdiff
path: root/packages/resistorui/resistorui_0.9.bb
blob: e247e64b0ffd1ad2169ad27a6a018926333b2144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded based Palmtop Environments Edition"
SECTION = "opie/applications"
PRIORITY = "optional"
LICENSE = "GPL"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
HOMEPAGE = "http://www.pellicosystems.com/zaurus/applications/index.html"
APPNAME = "resistorUI"
APPTYPE = "binary"
APPDESKTOP = "${S}"
PR = "r0"

SRC_URI = "http://www.pellicosystems.com/zaurus/applications/resistorUI_1.5.0-0.9_armSRC.zip"
S = "${WORKDIR}/ResistorUI"

inherit opie

do_install () {
	install -d ${D}${palmtopdir}/pics/
	install -m 0644 resistorUI.png ${D}${palmtopdir}/pics/
	
}