]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - nmap/nmap.nm
binutils: Update to 2.32
[ipfire-3.x.git] / nmap / nmap.nm
index c57bf72c7507ca87d9622d5e9c4f33a9967b0df2..39726af7e3f882c8a33110891961ee98aa336eb7 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = nmap
-version    = 6.01
+version    = 7.30
 release    = 1
 
 groups     = Networking/Sniffer
@@ -36,11 +36,28 @@ build
        configure_options += \
                --without-nmapfe \
                --without-zenmap
+
+       install_cmds
+               ln -vfs ncat %{BUILDROOT}%{bindir}/nc
+       end
 end
 
 packages
        package %{name}
 
+       package %{name}-ncat
+               summary = Ncat is an ipv4 and ipv6 able netcat implementation
+               description
+                       This package provides an another netcat implementation
+               end
+               files
+                       %{bindir}/ncat
+                       %{bindir}/nc
+                       %{datadir}/ncat/*
+                       %{mandir}/man1/ncat.1*
+               end
+       end
+
        package %{name}-debuginfo
                template DEBUGINFO
        end