aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qpenmapfe
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-24 17:57:24 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:35:12 +0100
commite9b45ff67d32fdc27950a51135b6dabada8334e7 (patch)
treede99cd760c8292ee1dd334e23e1e5cc43e90dfbd /recipes-qtopia/qpenmapfe
downloadmeta-opie-e9b45ff67d32fdc27950a51135b6dabada8334e7.tar.gz
initial commit of meta-opie
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/qpenmapfe')
-rw-r--r--recipes-qtopia/qpenmapfe/files/qpenmapfe.desktop6
-rw-r--r--recipes-qtopia/qpenmapfe/files/qpenmapfe.pngbin0 -> 999 bytes
-rw-r--r--recipes-qtopia/qpenmapfe/qpenmapfe_1.0.0.bb25
3 files changed, 31 insertions, 0 deletions
diff --git a/recipes-qtopia/qpenmapfe/files/qpenmapfe.desktop b/recipes-qtopia/qpenmapfe/files/qpenmapfe.desktop
new file mode 100644
index 0000000..eb9648c
--- /dev/null
+++ b/recipes-qtopia/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-qtopia/qpenmapfe/files/qpenmapfe.png b/recipes-qtopia/qpenmapfe/files/qpenmapfe.png
new file mode 100644
index 0000000..b65d205
--- /dev/null
+++ b/recipes-qtopia/qpenmapfe/files/qpenmapfe.png
Binary files differ
diff --git a/recipes-qtopia/qpenmapfe/qpenmapfe_1.0.0.bb b/recipes-qtopia/qpenmapfe/qpenmapfe_1.0.0.bb
new file mode 100644
index 0000000..6a0ee5e
--- /dev/null
+++ b/recipes-qtopia/qpenmapfe/qpenmapfe_1.0.0.bb
@@ -0,0 +1,25 @@
+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/
+
+}
+
+SRC_URI[md5sum] = "6e913e436a7b0f7572ec1ac77db41fde"
+SRC_URI[sha256sum] = "ded3abdab8333aaf7f451963f32465ca1451a38afb173ef64e0f898d907a6e02"