Files
main/hardware/cpu/stress/pspec.xml
T

49 lines
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>stress</Name>
<Homepage>https://github.com/resurrecting-open-source-projects/stress</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<icon>stress</icon>
<PartOf>hardware.disk</PartOf>
<Summary>Tool to impose load on and stress test a computer system</Summary>
<Description>stress is a tool that imposes a configurable amount of CPU, memory, I/O, or disk stress on a POSIX-compliant operating system and reports any errors it detects.</Description>
<Archive sha1sum="a095f3800d77a359e14affef98a6f48cc2155af4" type="targz">https://github.com/resurrecting-open-source-projects/stress/releases/download/1.0.7/stress-1.0.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>m4</Dependency>
<Dependency>gcc</Dependency>
<Dependency>make</Dependency>
<Dependency>gawk</Dependency>
<Dependency>keyutils</Dependency>
<Dependency>autoconf</Dependency>
<Dependency>automake</Dependency>
<Dependency>mpfr-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>stress</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-05-18</Date>
<Version>1.0.7</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>