pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fio</Name>
  6. <Homepage>https://github.com/axboe/fio</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvarice@gmail.com</Email>
  10. </Packager>
  11. <License>GPL2</License>
  12. <Icon>fio</Icon>
  13. <Summary>Flexible I/O Tester</Summary>
  14. <Description>Scriptable I/O tool for storage benchmarks and drive testing</Description>
  15. <Archive type="targz" sha1sum="fa1ee4631e3d218a78b48982202d05b86c6cc5d6">https://github.com/axboe/fio/archive/refs/tags/fio-3.38.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gtk2-devel</Dependency>
  18. <Dependency>curl-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>cairo-devel</Dependency>
  21. <Dependency>glib2-devel</Dependency>
  22. <Dependency>libaio-devel</Dependency>
  23. <Dependency>python-devel</Dependency>
  24. <Dependency>numactl-devel</Dependency>
  25. <Dependency>glusterfs-devel</Dependency>
  26. <Dependency>gperftools-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>fio</Name>
  31. <RuntimeDependencies>
  32. <Dependency>gtk2</Dependency>
  33. <Dependency>curl</Dependency>
  34. <Dependency>zlib</Dependency>
  35. <Dependency>cairo</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>libaio</Dependency>
  38. <Dependency>python</Dependency>
  39. <Dependency>numactl</Dependency>
  40. <Dependency>glusterfs</Dependency>
  41. <Dependency>gperftools</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/share/fio</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2024-11-29</Date>
  52. <Version>3.38</Version>
  53. <Comment>First Release</Comment>
  54. <Name>Ümit Solmaz</Name>
  55. <Email>admins@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2024-02-25</Date>
  59. <Version>3.36</Version>
  60. <Comment>First Release</Comment>
  61. <Name>Kamil Atlı</Name>
  62. <Email>suvarice@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>