summaryrefslogtreecommitdiffstats
path: root/base/nmap/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 16:04:03 +0100
committersibel <lesibel@free.fr>2011-03-03 16:04:03 +0100
commit462339792ab1aa247495c3778035cdb8db6db921 (patch)
treef7eeefd4d0d0fc8789b0bf13b2cb82ff486bfb67 /base/nmap/Pkgfile
parentb9368619efc1b3177000d62cc9f7129cd72f49c6 (diff)
downloadnutyx-extra-462339792ab1aa247495c3778035cdb8db6db921.tar.gz
nutyx-extra-462339792ab1aa247495c3778035cdb8db6db921.tar.bz2
nutyx-extra-462339792ab1aa247495c3778035cdb8db6db921.tar.xz
nutyx-extra-462339792ab1aa247495c3778035cdb8db6db921.zip
nmap déplacé dans base
Diffstat (limited to 'base/nmap/Pkgfile')
-rwxr-xr-xbase/nmap/Pkgfile23
1 files changed, 23 insertions, 0 deletions
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
+}
+