pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>double-conversion</Name>
  6. <Homepage>https://github.com/google/double-conversion</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD-3-Clause</License>
  12. <PartOf>programming.library</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.</Summary>
  15. <Description>double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles.</Description>
  16. <Archive sha1sum="31bbee2c38287a71901e818010dd9427567e6c1f" type="targz">https://github.com/google/double-conversion/archive/refs/tags/v3.3.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>double-conversion</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>double-conversion-devel</Name>
  33. <RuntimeDependencies>
  34. <Dependency release="current">double-conversion</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="library">/usr/lib/cmake</Path>
  39. <Path fileType="library">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="5">
  44. <Date>2023-05-28</Date>
  45. <Version>3.3.0</Version>
  46. <Comment>Version bump</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="4">
  51. <Date>2022-08-07</Date>
  52. <Version>3.2.1</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2022-01-04</Date>
  59. <Version>3.1.7</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2021-12-20</Date>
  66. <Version>3.1.6</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2020-04-30</Date>
  73. <Version>3.1.5</Version>
  74. <Comment>First build.</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. </History>
  79. </PISI>