12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>liburing</Name>
- <Homepage>https://git.kernel.dk/cgit/liburing/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <License>LGPL</License>
- <License>MIT</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>This is the io_uring library, liburing.</Summary>
- <Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
- <Archive sha1sum="bf6a02335cd2d23c69ca90b2de45a470159133fc" type="tarbz2">
- https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.3.tar.bz2
- </Archive>
- <BuildDependencies>
- <!-- <Dependency>glibc</Dependency> -->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>liburing</Name>
- <Conflicts>
- <!-- <Package></Package> -->
- </Conflicts>
- <RuntimeDependencies>
- <!-- <Dependency>glibc</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <AdditionalFiles>
- <!-- <AdditionalFile owner="" permission="" target=""></AdditionalFile> -->
- </AdditionalFiles>
- <Provides>
- <!-- <COMAR script=""></COMAR> -->
- </Provides>
- </Package>
- <Package>
- <Name>liburing-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">liburing</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2022-11-10</Date>
- <Version>2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2022-06-29</Date>
- <Version>2.2</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2021-09-15</Date>
- <Version>2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2021-07-10</Date>
- <Version>2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2020-12-13</Date>
- <Version>0.7</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|