new packages: kdiskmark, fio

This commit is contained in:
suvari
2024-02-25 15:41:00 +03:00
parent f36804a01d
commit 512c47e691
10 changed files with 453 additions and 96 deletions
+60
View File
@@ -0,0 +1,60 @@
<?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="f3b2b66699751af54e790177109da6385cc99003">https://github.com/axboe/fio/archive/refs/tags/fio-3.36.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="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>