contrib/nmap/Pkgfile

26 lines
648 B
Plaintext
Raw Normal View History

2009-01-12 23:29:33 +01:00
# 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
2009-01-12 23:29:33 +01:00
name=nmap
2018-05-05 23:22:00 +02:00
version=7.70
2009-01-12 23:29:33 +01:00
release=1
2011-01-31 11:33:56 +01:00
source=(http://nmap.org/dist/$name-$version.tar.bz2)
2009-01-12 23:29:33 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \
--with-libpcre=included --with-liblua=included \
2014-05-13 12:04:10 +02:00
--without-zenmap --without-ndiff --disable-nls \
--without-nmap-update
2012-05-21 23:27:02 +02:00
2009-01-12 23:29:33 +01:00
make
2014-05-13 12:04:10 +02:00
make DESTDIR=$PKG install
2010-01-30 19:07:56 +01:00
rm -f $PKG/usr/share/nmap/nselib/data/psexec/README
2009-01-12 23:29:33 +01:00
}