Hi all, qpe-nmap is a more usable and featureful nmap frontend for QPE/Opie. I'd like to add it to the stable branch (it was previously added to the .dev branch in revision 47c8cc979dde8a4e69611fa492570b57a97bcd1e). Please refer to the attached patch.
Thanks, Paul
# # old_revision [22673a8489eb3fbf2a5e89620fbecf65ca14d642] # # add_dir "packages/qpe-nmap" # # add_file "packages/qpe-nmap/qpe-nmap_0.02.bb" # content [163e12484219b50e4d6c557476cc732b219e0f2f] # ============================================================ --- packages/qpe-nmap/qpe-nmap_0.02.bb 163e12484219b50e4d6c557476cc732b219e0f2f +++ packages/qpe-nmap/qpe-nmap_0.02.bb 163e12484219b50e4d6c557476cc732b219e0f2f @@ -0,0 +1,24 @@ +DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded Palmtop Environment" +SECTION = "opie/applications" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "nmap" +PR = "r0" + +SRC_URI = "http://www.bluelightning.org/qpe-nmap/files/qpe-nmap-${PV}.tar.bz2" + +APPNAME = "qpe-nmap" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" + +S = "${WORKDIR}/qpe-nmap" + +inherit opie + +do_install () { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/qpe-nmap/ipk/opt/QtPalmtop/pics/qpe-nmap.png ${D}${palmtopdir}/pics/ + install -d ${D}${palmtopdir}/apps/Applications/ + install -m 0644 ${WORKDIR}/qpe-nmap/ipk/opt/QtPalmtop/apps/Applications/qpe-nmap.desktop ${D}${palmtopdir}/apps/Applications/ +} +
_______________________________________________ Openembedded-stablebranch mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch
