From 045734ceeb5b8e8c2cdaa9f62f89de57db07a6ec Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 16 Feb 2022 09:37:41 +0000 Subject: added nmap --- repo/util/nmap.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/util/nmap.xibuild (limited to 'repo/util') diff --git a/repo/util/nmap.xibuild b/repo/util/nmap.xibuild new file mode 100644 index 0000000..3d60959 --- /dev/null +++ b/repo/util/nmap.xibuild @@ -0,0 +1,17 @@ +#!/bin/bash + +MAKEDEPS=(make ) +DEPS=(libpcap lua pcre liblinear) + +PKG_VER=7.92 +SOURCE=https://nmap.org/dist/nmap-$PKG_VER.tar.bz2 +DESC="Network exploration and security auditing utility" + +build() { + ./configure --prefix=/usr + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1