contrib/nmap/Pkgfile
2016-04-04 22:30:47 +02:00

26 lines
648 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
# Depends on: libpcap
name=nmap
version=7.12
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 \
--without-zenmap --without-ndiff --disable-nls \
--without-nmap-update
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/nmap/nselib/data/psexec/README
}