diff options
Diffstat (limited to 'packages/resistorui/resistorui_0.9.bb')
-rw-r--r-- | packages/resistorui/resistorui_0.9.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/resistorui/resistorui_0.9.bb b/packages/resistorui/resistorui_0.9.bb index e69de29bb2..e247e64b0f 100644 --- a/packages/resistorui/resistorui_0.9.bb +++ b/packages/resistorui/resistorui_0.9.bb @@ -0,0 +1,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/ + +} |