### this file is sourced not run
PKGVER=7.12
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5
TARBALL=nmap-$PKGVER.tar.bz2
MD5SUM=0764f4dabe7cccda3c49fc3990b62a8a 
SRC_URL=https://nmap.org/dist/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="nmap: nmap $PKGVER (Network exploration tool and security - port scanner)  
libarchive:  
libarchive: Nmap is an open source tool for network exploration and security auditing. 
libarchive:
libarchive:   
libarchive: 
libarchive: 
libarchive: 
libarchive: 
libarchive: 
libarchive:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	#CONFFLAGS="$CONFFLAGS --disable-static" 
	pkg_build_autoconf && pkg_build_slackdesc
}


