1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>powertop</Name>
- <Homepage>http://www.lesswatts.org/projects/powertop/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Power consumption monitor</Summary>
- <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>
- <Archive sha1sum="3783086487352b5b51d4ca36d2c258dfbef6a60f" type="targz">https://github.com/fenrus75/powertop/archive/v2.14.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libnl-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>pciutils-devel</Dependency>
- <Dependency>autoconf-archive</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="0" >powertop-2.14-undefined-symbol.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>powertop</Name>
- <RuntimeDependencies>
- <Dependency>libnl</Dependency>
- <Dependency>ncurses</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>pciutils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="data">/var/cache/powertop</Path>
- <Path fileType="data">/usr/share/bash-completion</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2021-11-28</Date>
- <Version>2.14</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2021-07-28</Date>
- <Version>2.14</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-03-02</Date>
- <Version>2.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-15</Date>
- <Version>2.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2018-02-25</Date>
- <Version>2.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2017-04-05</Date>
- <Version>2.8</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-07-02</Date>
- <Version>2.8</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|