diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /nmap | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'nmap')
-rw-r--r-- | nmap/.footprint | 16 | ||||
-rw-r--r-- | nmap/.md5sum | 1 | ||||
-rw-r--r-- | nmap/Pkgfile | 20 |
3 files changed, 37 insertions, 0 deletions
diff --git a/nmap/.footprint b/nmap/.footprint new file mode 100644 index 000000000..4480e0dae --- /dev/null +++ b/nmap/.footprint @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/nmap +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/nmap.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/nmap/ +-rw-r--r-- root/root usr/share/nmap/nmap-mac-prefixes +-rw-r--r-- root/root usr/share/nmap/nmap-os-fingerprints +-rw-r--r-- root/root usr/share/nmap/nmap-protocols +-rw-r--r-- root/root usr/share/nmap/nmap-rpc +-rw-r--r-- root/root usr/share/nmap/nmap-service-probes +-rw-r--r-- root/root usr/share/nmap/nmap-services +-rw-r--r-- root/root usr/share/nmap/nmap.dtd +-rw-r--r-- root/root usr/share/nmap/nmap.xsl diff --git a/nmap/.md5sum b/nmap/.md5sum new file mode 100644 index 000000000..e9b872ed4 --- /dev/null +++ b/nmap/.md5sum @@ -0,0 +1 @@ +09c259837b24f6c7385c2c1c49760a7c nmap-4.01.tar.bz2 diff --git a/nmap/Pkgfile b/nmap/Pkgfile new file mode 100644 index 000000000..618fb5d37 --- /dev/null +++ b/nmap/Pkgfile @@ -0,0 +1,20 @@ +# Description: Utility for network exploration or security auditing +# URL: http://www.insecure.org/nmap +# Maintainer: Simone Rota, sip at varlock dot com +# Packager: sten, nick dot steeves at shaw dot ca + +name=nmap +version=4.01 +release=1 +source=(http://download.insecure.org/$name/dist/$name-$version.tar.bz2) + +build () { + cd $name-$version + ./configure --prefix=/usr \ + --without-nmapfe \ + --with-libpcre=included \ + --with-libpcap=included + make + make prefix=$PKG/usr install + rm -rf $PKG/usr/share/applications +} |