From 462339792ab1aa247495c3778035cdb8db6db921 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 16:04:03 +0100 Subject: nmap déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/nmap/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 base/nmap/Pkgfile (limited to 'base/nmap/Pkgfile') diff --git a/base/nmap/Pkgfile b/base/nmap/Pkgfile new file mode 100755 index 000000000..94e0a3eb2 --- /dev/null +++ b/base/nmap/Pkgfile @@ -0,0 +1,23 @@ +# Description: Explorer le réseau et vérifier l'état des ports +# URL: http://insecure.org/nmap/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: +# Run on: + +name=nmap +version=5.21 +release=1 +source=(http://nmap.org/dist/$name-$version.tar.bz2) + +build() { + cd $name-$version + PYTHON=python2 ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --localedir=/usr/share/locale \ + --docdir=/usr/share/doc \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2