Files
core/kernel/tools/cpupowertools/pspec.xml
T
Ertuğrul Erata 5d0b391958 history reset
2016-03-16 23:04:01 +02:00

57 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cpupowertools</Name>
<Homepage>http://www.kernel.org</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>CPU power management tools</Summary>
<Description>cpupowertools contains utilities to manage power management and frequency scaling policies of modern CPUs.</Description>
<Archive sha1sum="180ab617036593212274177eff3a67f437c1b5ea" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>pciutils-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- Linux patches -->
<Patch level="1" compressionType="xz">patches/linux/patch-4.4.4.xz</Patch>
</Patches>
</Source>
<Package>
<Name>cpupowertools</Name>
<RuntimeDependencies>
<Dependency>pciutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d</Path>
<Path fileType="executable">/usr/bin/cpupower</Path>
<Path fileType="executable">/usr/bin/*-decode</Path>
<Path fileType="library">/usr/lib/libcpupower*</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="man">/usr/share/man/man1/cpupower*</Path>
<Path fileType="locale">/usr/share/locale/*/*/cpupower.mo</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/conf.d/cpupower">cpupower.conf.d</AdditionalFile>
</AdditionalFiles>
<!--<Provides>
<COMAR script="service.py">System.Service</COMAR>
</Provides>-->
</Package>
<History>
<Update release="1">
<Date>2016-03-06</Date>
<Version>4.4.4</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>