summaryrefslogtreecommitdiffstats
path: root/base/nmap/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-24 00:26:56 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-24 00:26:56 +0200
commitbbe2458c5f0b6a2a509579a65a55881d58613a48 (patch)
tree38d5f69a362a261847c5a684fd7d79fa8859cb47 /base/nmap/Pkgfile
parent279bee5e3ee0a2f9707312cbe788b61ac0ab937b (diff)
downloadnutyx-pakxe-bbe2458c5f0b6a2a509579a65a55881d58613a48.tar.gz
nutyx-pakxe-bbe2458c5f0b6a2a509579a65a55881d58613a48.tar.bz2
nutyx-pakxe-bbe2458c5f0b6a2a509579a65a55881d58613a48.tar.xz
nutyx-pakxe-bbe2458c5f0b6a2a509579a65a55881d58613a48.zip
nmap, dépend de python
Diffstat (limited to 'base/nmap/Pkgfile')
-rwxr-xr-xbase/nmap/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/nmap/Pkgfile b/base/nmap/Pkgfile
deleted file mode 100755
index 428469d8b..000000000
--- a/base/nmap/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}