contrib/nmap/Pkgfile
2009-07-17 15:58:35 +02:00

23 lines
577 B
Plaintext

# Description: Utility for network exploration or security auditing
# URL: http://nmap.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: sten, nick dot steeves at shaw dot ca
name=nmap
version=5.00
release=1
source=(http://nmap.org/dist/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \
--with-libpcre=included --with-liblua=included \
--with-libpcap=included --without-zenmap
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/man/man1/zenmap.*
}