pspec.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>traceroute</Name>
  6. <Homepage>http://traceroute.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Utility to trace the route of IP packets</Summary>
  14. <Description>The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where along the route the trouble is.</Description>
  15. <Archive sha1sum="bc5c6c8022187511be5665b3818d919be5987dcc" type="targz">https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.0/traceroute-2.1.0.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>traceroute</Name>
  19. <Files>
  20. <Path fileType="executable">/bin</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. <Path fileType="man">/usr/share/man</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="4">
  27. <Date>2017-01-07</Date>
  28. <Version>2.1.0</Version>
  29. <Comment>First Release.</Comment>
  30. <Name>Stefan Gronewold(groni)</Name>
  31. <Email>groni@pisilinux.org</Email>
  32. </Update>
  33. </History>
  34. </PISI>