pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>tcpdump</Name>
  6. <Homepage>http://www.tcpdump.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A Tool for network monitoring and data acquisition</Summary>
  14. <Description>Tcpdump is a tool to print out (or save to file) the contents of packets on a network interface. It also allows limiting the number of packets collected using expressions.</Description>
  15. <Archive sha1sum="75d727d7835a6eec06df0a9793befbb2464c4b65" type="targz">https://github.com/the-tcpdump-group/tcpdump/archive/tcpdump-4.9.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libpcap-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>tcpdump</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libpcap</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/sbin</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="1">
  33. <Date>2020-04-24</Date>
  34. <Version>4.9.3</Version>
  35. <Comment>First release for SulinOS 2021</Comment>
  36. <Name>Suleyman Poyraz</Name>
  37. <Email>zaryob.dev@gmail.com</Email>
  38. </Update>
  39. </History>
  40. </INARY>