1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>fio</Name>
- <Homepage>https://github.com/axboe/fio</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Packager>
- <License>GPL2</License>
- <Icon>fio</Icon>
- <Summary>Flexible I/O Tester</Summary>
- <Description>Scriptable I/O tool for storage benchmarks and drive testing</Description>
- <Archive type="targz" sha1sum="fa1ee4631e3d218a78b48982202d05b86c6cc5d6">https://github.com/axboe/fio/archive/refs/tags/fio-3.38.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libaio-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>numactl-devel</Dependency>
- <Dependency>glusterfs-devel</Dependency>
- <Dependency>gperftools-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>fio</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>curl</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libaio</Dependency>
- <Dependency>python</Dependency>
- <Dependency>numactl</Dependency>
- <Dependency>glusterfs</Dependency>
- <Dependency>gperftools</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/fio</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-11-29</Date>
- <Version>3.38</Version>
- <Comment>First Release</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2024-02-25</Date>
- <Version>3.36</Version>
- <Comment>First Release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|