pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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">mirrors://sourceforge/traceroute/traceroute-2.1.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>traceroute</Name>
  22. <RuntimeDependencies>
  23. <Dependency>glibc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/bin</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="4">
  33. <Date>2016-03-10</Date>
  34. <Version>2.1.0</Version>
  35. <Comment>Version bump, rebuilt with docker</Comment>
  36. <Name>İbrahim KARAGÜZEL</Name>
  37. <Email>karaguzelibrahim@gmail.com</Email>
  38. </Update>
  39. <Update release="3">
  40. <Date>2015-02-20</Date>
  41. <Version>2.0.21</Version>
  42. <Comment>Version bump.</Comment>
  43. <Name>Stefan Gronewold(groni)</Name>
  44. <Email>groni@pisilinux.org</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2014-03-09</Date>
  48. .<Version>2.0.18</Version>
  49. <Comment>Rebuild</Comment>
  50. <Name>Varol Maksutoğlu</Name>
  51. <Email>waroi@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2012-09-01</Date>
  55. .<Version>2.0.18</Version>
  56. <Comment>First release</Comment>
  57. <Name>Osman Erkan</Name>
  58. <Email>osman.erkan@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>