pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libaio</Name>
  6. <Homepage>http://lse.sourceforge.net/io/aio.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Linux-native asynchronous I/O access library</Summary>
  14. <Description>libaio has a richer API and capability set than the simple POSIX async I/O facility.</Description>
  15. <Archive sha1sum="17a9b82fe715551f3157591467421406716b8f91" type="tarxz">http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.112.orig.tar.xz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libaio</Name>
  19. <Files>
  20. <Path fileType="library">/lib</Path>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <Package>
  26. <Name>libaio-32bit</Name>
  27. <PartOf>emul32</PartOf>
  28. <Summary>32-bit shared libraries for libaio</Summary>
  29. <BuildType>emul32</BuildType>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libaio</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib32</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>libaio-devel</Name>
  39. <Summary>Development files for libaio</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libaio</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="man">/usr/share/man/man3</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="1">
  50. <Date>2019-09-13</Date>
  51. <Version>0.3.112</Version>
  52. <Comment>First release</Comment>
  53. <Name>Süleyman Poyraz</Name>
  54. <Email>zaryob.dev@gmail.com</Email>
  55. </Update>
  56. </History>
  57. </INARY>