pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE INARY SYSTEM "http://www.sulin.org/projeler/inary/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>nmap</Name>
  5. <Homepage>http://www.insecure.org/nmap/</Homepage>
  6. <Packager>
  7. <Name>Süleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv2</License>
  11. <Icon>nmap</Icon>
  12. <Summary>Utility for network exploration or security auditing</Summary>
  13. <Description>Nmap is a utility for network exploration or security auditing.</Description>
  14. <Archive sha1sum="71057361a0953bba5967dc0385de77f3eed792de">http://nmap.org/dist/nmap-7.70.tar.bz2</Archive>
  15. <BuildDependencies>
  16. <Dependency>subversion-devel</Dependency>
  17. <Dependency>libpcap-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>lua-devel</Dependency>
  20. <Dependency>apr-devel</Dependency>
  21. <Dependency>gcc</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>nmap</Name>
  26. <IsA>app:console</IsA>
  27. <RuntimeDependencies>
  28. <Dependency>subversion</Dependency>
  29. <Dependency>libpcap</Dependency>
  30. <Dependency>openssl</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>lua</Dependency>
  33. <Dependency>apr</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="data">/usr/share/ncat</Path>
  38. <Path fileType="data">/usr/share/nmap</Path>
  39. <Path fileType="data">/usr/share/nping</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="data">/usr/share/pixmaps</Path>
  44. </Files>
  45. <AdditionalFiles>
  46. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/nmap.png">nmap.png</AdditionalFile>
  47. </AdditionalFiles>
  48. </Package>
  49. <History>
  50. <Update release="1">
  51. <Date>2020-04-24</Date>
  52. <Version>7.70</Version>
  53. <Comment>First release for SulinOS 2021</Comment>
  54. <Name>Suleyman Poyraz</Name>
  55. <Email>zaryob.dev@gmail.com</Email>
  56. </Update>
  57. </History>
  58. </INARY>