pspec.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>powertop</Name>
  6. <Homepage>http://www.lesswatts.org/projects/powertop/</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>Power consumption monitor</Summary>
  14. <Description>PowerTOP is a Linux tool that finds the software component(s) that make your computer use more power than necessary while it is idle.</Description>
  15. <Archive sha1sum="3783086487352b5b51d4ca36d2c258dfbef6a60f" type="targz">https://github.com/fenrus75/powertop/archive/v2.14.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libnl-devel</Dependency>
  18. <Dependency>ncurses-devel</Dependency>
  19. <Dependency>pciutils-devel</Dependency>
  20. <Dependency>autoconf-archive</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="0" >powertop-2.14-undefined-symbol.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>powertop</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libnl</Dependency>
  30. <Dependency>ncurses</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>pciutils</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="executable">/usr/sbin</Path>
  39. <Path fileType="data">/var/cache/powertop</Path>
  40. <Path fileType="data">/usr/share/bash-completion</Path>
  41. <Path fileType="localedata">/usr/share/locale</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="7">
  46. <Date>2021-11-28</Date>
  47. <Version>2.14</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="6">
  53. <Date>2021-07-28</Date>
  54. <Version>2.14</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="5">
  60. <Date>2020-03-02</Date>
  61. <Version>2.11</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-08-15</Date>
  68. <Version>2.9</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2018-02-25</Date>
  75. <Version>2.9</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2017-04-05</Date>
  82. <Version>2.8</Version>
  83. <Comment>Rebuild.</Comment>
  84. <Name>Ertuğrul Erata</Name>
  85. <Email>ertugrulerata@gmail.com</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-07-02</Date>
  89. <Version>2.8</Version>
  90. <Comment>First release</Comment>
  91. <Name>Kamil Atlı</Name>
  92. <Email>suvari@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>