opt/nmap/Pkgfile

21 lines
527 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Utility for network exploration or security auditing
# URL: http://www.insecure.org/nmap
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
2006-12-08 13:26:34 +01:00
version=4.20
2006-02-23 16:26:10 +01:00
release=1
source=(http://download.insecure.org/$name/dist/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--without-nmapfe \
--with-libpcre=included \
--with-libpcap=included
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/applications
}