12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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>
|