opt/nmap/Pkgfile

23 lines
562 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Utility for network exploration or security auditing
2008-03-25 17:04:38 +01:00
# URL: http://nmap.org
2006-04-13 23:43:04 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: sten, nick dot steeves at shaw dot ca
name=nmap
2008-03-25 17:04:38 +01:00
version=4.60
release=1
source=(http://nmap.org/dist/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2008-03-25 17:04:38 +01:00
./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \
--with-libpcre=included --with-liblua=included \
--with-libpcap=included --without-zenmap
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2008-03-25 17:04:38 +01:00
rm -rf $PKG/usr/man/man1/zenmap.*
2006-02-23 16:26:10 +01:00
}