nmap: remove long_desc.
This commit is contained in:
parent
8d569a6539
commit
358cae86dc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nmap'
|
||||
pkgname=nmap
|
||||
version=6.25
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-ndiff"
|
||||
makedepends="libpcap-devel pcre-devel>=8.30"
|
||||
|
@ -11,16 +11,6 @@ license="GPL-2"
|
|||
homepage="http://nmap.org"
|
||||
distfiles="http://nmap.org/dist/nmap-$version.tar.bz2"
|
||||
checksum=3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f7660b5
|
||||
long_desc="
|
||||
Nmap (Network Mapper) is a free and open source utility for network discovery
|
||||
and security auditing. Many systems and network administrators also find it
|
||||
useful for tasks such as network inventory, managing service upgrade schedules,
|
||||
and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to
|
||||
determine what hosts are available on the network, what services (application
|
||||
name and version) those hosts are offering, what operating systems (and OS
|
||||
versions) they are running, what type of packet filters/firewalls are in use, and
|
||||
dozens of other characteristics. It was designed to rapidly scan large networks,
|
||||
but works fine against single hosts."
|
||||
|
||||
# Package build options
|
||||
build_options="lua ssl"
|
||||
|
|
Loading…
Reference in New Issue