powertop: a new package for battery..
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
|
||||
|
||||
pisitools.dodoc('COPYING', 'TODO', 'README')
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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="60da464a0c5d39c64b5d4a0e854bc6c480f8927a" type="targz">https://01.org/sites/default/files/downloads/powertop/powertop-2.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</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="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<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>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>powertop</Name>
|
||||
<Summary xml:lang="tr">Güç tüketim izleme aracı</Summary>
|
||||
<Description xml:lang="tr">PowerTOP, bilgisayarınız atıl durumdayken ihtiyacından fazla güç tüketmesine neden olan yazılım bileşenlerini bulmak için kullanılan bir Linux aracıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+90744
-90694
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
16d42c1560408f9e44cac996f315a2d83211d939
|
||||
cad98ebef7e9d7672dbd9a514aed651aaa27a799
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f5664a4ceb98bb91ad1f7b3e7330e79b22a1e06e
|
||||
e3ec102a7a1df9787a92caf81c428b9872b58f57
|
||||
Reference in New Issue
Block a user