diff options
Diffstat (limited to 'recipes/qpenmapfe')
-rw-r--r-- | recipes/qpenmapfe/files/qpenmapfe.desktop | 6 | ||||
-rw-r--r-- | recipes/qpenmapfe/files/qpenmapfe.png | bin | 0 -> 999 bytes | |||
-rw-r--r-- | recipes/qpenmapfe/qpenmapfe_1.0.0.bb | 22 |
3 files changed, 28 insertions, 0 deletions
diff --git a/recipes/qpenmapfe/files/qpenmapfe.desktop b/recipes/qpenmapfe/files/qpenmapfe.desktop new file mode 100644 index 0000000000..eb9648c9d5 --- /dev/null +++ b/recipes/qpenmapfe/files/qpenmapfe.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Comment=nmapfe for the QPE environment +Exec=qpenmapfe +Icon=qpenmapfe +Type=Application +Name=qpenmapfe diff --git a/recipes/qpenmapfe/files/qpenmapfe.png b/recipes/qpenmapfe/files/qpenmapfe.png Binary files differnew file mode 100644 index 0000000000..b65d205ced --- /dev/null +++ b/recipes/qpenmapfe/files/qpenmapfe.png diff --git a/recipes/qpenmapfe/qpenmapfe_1.0.0.bb b/recipes/qpenmapfe/qpenmapfe_1.0.0.bb new file mode 100644 index 0000000000..f3bcc9948b --- /dev/null +++ b/recipes/qpenmapfe/qpenmapfe_1.0.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded based Palmtop Environments Edition" +SECTION = "opie/applications" +PRIORITY = "optional" +LICENSE = "GPL" +AUTHOR = "Dennis Webb" +APPNAME = "qpenmapfe" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" +PR = "r0" + +SRC_URI = "http://home.midsouth.rr.com/zaurus/qpenmapfe_${PV}_src.tar.gz \ + file://qpenmapfe.desktop \ + file://qpenmapfe.png" +S = "${WORKDIR}/qpe-nmapfe" + +inherit opie + +do_install () { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics/ + +} |