2005-11-21 18:42:54 +00:00
|
|
|
# Description: Utility for network exploration or security auditing
|
|
|
|
# URL: http://www.insecure.org/nmap
|
|
|
|
# Maintainer: Simone Rota, sip at varlock dot com
|
|
|
|
# Packager: Daniel Mueller, daniel at danm dot de
|
|
|
|
|
|
|
|
name=nmap
|
2005-12-17 20:17:40 +00:00
|
|
|
version=3.95
|
2005-11-21 18:42:54 +00:00
|
|
|
release=1
|
|
|
|
source=(http://download.insecure.org/$name/dist/$name-$version.tgz)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --without-nmapfe
|
|
|
|
make
|
|
|
|
make prefix=$PKG/usr install
|
|
|
|
rm -rf $PKG/usr/share/applications
|
|
|
|
}
|