summaryrefslogtreecommitdiffstats
path: root/base/nmap/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-13 15:56:21 +0200
committersibel <lesibel at free dot fr>2010-07-13 15:56:21 +0200
commitbd116d460703dbbd2cb83180107c1a6536985bea (patch)
treed54cf8986867087ddbc096c02099fe373189288f /base/nmap/Pkgfile
parent90b61d2e6484309f27d3bff3b8045fc45dfc4bf5 (diff)
downloadnutyx-pakxe-bd116d460703dbbd2cb83180107c1a6536985bea.tar.gz
nutyx-pakxe-bd116d460703dbbd2cb83180107c1a6536985bea.tar.bz2
nutyx-pakxe-bd116d460703dbbd2cb83180107c1a6536985bea.tar.xz
nutyx-pakxe-bd116d460703dbbd2cb83180107c1a6536985bea.zip
Mise de nmap dans base
Diffstat (limited to 'base/nmap/Pkgfile')
-rwxr-xr-xbase/nmap/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/nmap/Pkgfile b/base/nmap/Pkgfile
new file mode 100755
index 000000000..428469d8b
--- /dev/null
+++ b/base/nmap/Pkgfile
@@ -0,0 +1,22 @@
+# 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:
+
+name=nmap
+version=5.21
+release=1
+source=(http://nmap.org/dist/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --localedir=/usr/share/locale \
+ --docdir=/usr/share/doc \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}