summaryrefslogtreecommitdiff
path: root/nmap/Pkgfile
blob: 5056bd67d39b09792cdec7e15283f47768c621f4 (plain)
    1 # Description: Utility for network exploration or security auditing
    2 # URL: http://www.insecure.org/nmap
    3 # Maintainer: Simone Rota, sip at crux dot nu
    4 # Packager: sten, nick dot steeves at shaw dot ca
    5 
    6 name=nmap
    7 version=4.20
    8 release=1
    9 source=(http://download.insecure.org/$name/dist/$name-$version.tar.bz2)
   10 
   11 build () {
   12     cd $name-$version
   13     ./configure --prefix=/usr \
   14 	--without-nmapfe \
   15 	--with-libpcre=included \
   16 	--with-libpcap=included
   17     make
   18     make prefix=$PKG/usr install
   19     rm -rf $PKG/usr/share/applications
   20 }

Generated by cgit