pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>stress</Name>
  6. <Homepage>https://github.com/resurrecting-open-source-projects/stress</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <icon>stress</icon>
  14. <PartOf>hardware.disk</PartOf>
  15. <Summary>Tool to impose load on and stress test a computer system</Summary>
  16. <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>
  17. <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>
  18. <BuildDependencies>
  19. <Dependency>m4</Dependency>
  20. <Dependency>gcc</Dependency>
  21. <Dependency>make</Dependency>
  22. <Dependency>gawk</Dependency>
  23. <Dependency>keyutils</Dependency>
  24. <Dependency>autoconf</Dependency>
  25. <Dependency>automake</Dependency>
  26. <Dependency>mpfr-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>stress</Name>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2023-05-18</Date>
  40. <Version>1.0.7</Version>
  41. <Comment>First release</Comment>
  42. <Name>Kamil Atlı</Name>
  43. <Email>suvari@pisilinux.org</Email>
  44. </Update>
  45. </History>
  46. </PISI>