pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ethtool</Name>
  6. <Homepage>https://www.kernel.org/pub/software/network/ethtool/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>hardware.misc</PartOf>
  12. <License>GPLv2</License>
  13. <IsA>app:console</IsA>
  14. <Summary>Utility to examine and tune ethernet-based network interfaces</Summary>
  15. <Description>ethtool is used for querying and changing settings of an ethernet device.</Description>
  16. <Archive sha1sum="deb5080ea35810e62f228cc4ca68c34a18c549e4" type="tarxz">https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-6.11.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libmnl-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>ethtool</Name>
  23. <Summary>Utility to examine and tune ethernet-based network interfaces</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>libmnl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="executable">/usr/sbin</Path>
  31. <Path fileType="bash-completion">/usr/share/bash-completion</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="7">
  36. <Date>2024-11-29</Date>
  37. <Version>6.11</Version>
  38. <Comment>Version bump.</Comment>
  39. <Name>Ümit Solmaz</Name>
  40. <Email>admins@pisilinux.org</Email>
  41. </Update>
  42. <Update release="6">
  43. <Date>2020-09-07</Date>
  44. <Version>5.8</Version>
  45. <Comment>Minor version bump.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="5">
  50. <Date>2020-07-22</Date>
  51. <Version>5.7</Version>
  52. <Comment>Minor version bump.</Comment>
  53. <Name>Blue Devil</Name>
  54. <Email>bluedevil@sctzine.com</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2020-04-28</Date>
  58. <Version>5.4</Version>
  59. <Comment>Patch version bump.</Comment>
  60. <Name>Blue Devil</Name>
  61. <Email>bluedevil@sctzine.com</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2019-11-04</Date>
  65. <Version>5.3</Version>
  66. <Comment>Ver. bump</Comment>
  67. <Name>Blue Devil</Name>
  68. <Email>bluedevil@sctzine.com</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-02-18</Date>
  72. <Version>4.2</Version>
  73. <Comment>Version bump</Comment>
  74. <Name>İbrahim KARAGÜZEL</Name>
  75. <Email>karaguzelibrahim@gmail.com</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2010-11-19</Date>
  79. <Version>2.6.36</Version>
  80. <Comment>First release</Comment>
  81. <Name>Onur Küçük</Name>
  82. <Email>onur@pardus.org.tr</Email>
  83. </Update>
  84. </History>
  85. </PISI>