pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>c-ares</Name>
  6. <Homepage>https://c-ares.haxx.se/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>A C library that performs DNS requests and name resolves asynchronously</Summary>
  14. <Description>c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.</Description>
  15. <Archive sha1sum="9e2a99af58d163d084db6fcebb2165a960bdd1af" type="targz">https://c-ares.haxx.se/download/c-ares-1.18.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>c-ares</Name>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. <Path fileType="doc">/usr/share/doc/c-ares/*</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>c-ares-devel</Name>
  31. <Summary>Development files for c-ares</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">c-ares</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="library">/usr/lib/cmake</Path>
  38. <Path fileType="library">/usr/lib/pkgconfig</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="7">
  43. <Date>2022-10-22</Date>
  44. <Version>1.18.1</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="6">
  50. <Date>2021-08-15</Date>
  51. <Version>1.17.2</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="5">
  57. <Date>2019-07-04</Date>
  58. <Version>1.15.0</Version>
  59. <Comment>Version Bump.</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. <Update release="4">
  64. <Date>2018-08-29</Date>
  65. <Version>1.12.0</Version>
  66. <Comment>Version Bump.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2018-04-24</Date>
  72. <Version>1.11.0</Version>
  73. <Comment>Version bump, rebuilt with docker</Comment>
  74. <Name>İbrahim KARAGÜZEL</Name>
  75. <Email>karaguzelibrahim@gmail.com</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2014-02-17</Date>
  79. <Version>1.9.1</Version>
  80. <Comment>Release</Comment>
  81. <Name>Osman Erkan</Name>
  82. <Email>osman.erkan@pisilinux.org</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2012-09-01</Date>
  86. <Version>1.9.1</Version>
  87. <Comment>First release</Comment>
  88. <Name>Osman Erkan</Name>
  89. <Email>osman.erkan@pisilinux.org</Email>
  90. </Update>
  91. </History>
  92. </PISI>