pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>libuv</Name>
  6. <Homepage>http://libuv.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <IsA>library</IsA>
  13. <PartOf>system.devel</PartOf>
  14. <Summary>Multi-platform support library with a focus on asynchronous I/O</Summary>
  15. <Description>libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others.</Description>
  16. <Archive sha1sum="9dabf6f90bbd328cf4e8f832f92943b1d99dfda5" >https://github.com/libuv/libuv/archive/v1.35.0.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>libuv</Name>
  20. <Files>
  21. <Path fileType="library">/usr/lib/libuv*</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libuv-devel</Name>
  26. <Summary>Development files for libuv</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">libuv</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="header">/usr/include</Path>
  32. <Path fileType="library">/usr/lib/pkgconfig</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libuv-docs</Name>
  37. <IsA>data:doc</IsA>
  38. <PartOf>system.doc</PartOf>
  39. <Summary>Documentation for libuv package.</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libuv</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="3">
  49. <Date>2020-04-14</Date>
  50. <Version>1.35.0</Version>
  51. <Comment>Automatic version upgrade.</Comment>
  52. <Name>Ali Rıza KESKİN</Name>
  53. <Email>parduscix@yandex.ru</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2019-12-13</Date>
  57. <Version>1.34.0</Version>
  58. <Comment>Automatic version bump.</Comment>
  59. <Name>Ali Rıza KESKİN</Name>
  60. <Email>parduscix@yandex.ru</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2018-12-28</Date>
  64. <Version>1.11.0</Version>
  65. <Comment>First release</Comment>
  66. <Name>Süleyman POYRAZ</Name>
  67. <Email>zaryob.dev@gmail.com</Email>
  68. </Update>
  69. </History>
  70. </INARY>