add nmap, commandline version only
svn path=/nixpkgs/trunk/; revision=1237
This commit is contained in:
parent
d45b352ba7
commit
2e2bcda7c2
3
pkgs/tools/security/nmap/builder.sh
Normal file
3
pkgs/tools/security/nmap/builder.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
genericBuild
|
12
pkgs/tools/security/nmap/default.nix
Normal file
12
pkgs/tools/security/nmap/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "nmap-3.55";
|
||||||
|
|
||||||
|
builder = ./builder.sh;
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://download.insecure.org/nmap/dist/nmap-3.55.tar.bz2;
|
||||||
|
md5 = "88b5f010f43b0e2ee0c2cfb468796aa9";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user