#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=nmap pkgver=4.62 pkgrel=1 zenver=52 arch=i486 source=("http://download.insecure.org/nmap/dist/nmap-4.62.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "hacking") url=http://insecure.org/nmap/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "nmap (network scanner)" "Nmap (Network Mapper) is an open source utility for network" "exploration or security auditing. It was designed to rapidly scan" "large networks, although it works fine against single hosts. Nmap" "uses raw IP packets in novel ways to determine what hosts are" "available on the network, what services (ports) they are offering," "what operating system (and OS version) they are running, what type of" "packet filters/firewalls are in use, and dozens of other" "characteristics. Nmap runs on most types of computers, and both" "console and graphical versions are available." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --without-zenmap make || return 1 make install DESTDIR=$startdir/pkg rm $startdir/pkg/usr/share/man/man1/zenmap.1 }