pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pugixml</Name>
  6. <Homepage>http://pugixml.org</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <Summary>Light-weight, simple and fast XML parser for C++ with XPath support</Summary>
  13. <Description>Light-weight, simple and fast XML parser for C++ with XPath support</Description>
  14. <BuildDependencies>
  15. <Dependency>cmake</Dependency>
  16. </BuildDependencies>
  17. <Archive sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" type="targz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
  18. </Source>
  19. <Package>
  20. <Name>pugixml</Name>
  21. <RuntimeDependencies>
  22. <Dependency>libgcc</Dependency>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>pugixml-devel</Name>
  30. <Summary>Development header for pugixml</Summary>
  31. <RuntimeDependencies>
  32. <Dependency release="current">pugixml</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="data">/usr/lib/cmake</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="5">
  41. <Date>2021-03-10</Date>
  42. <Version>1.11.4</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Mustafa Cinasal</Name>
  45. <Email>muscnsl@gmail.com</Email>
  46. </Update>
  47. <Update release="4">
  48. <Date>2020-03-05</Date>
  49. <Version>1.10</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Mustafa Cinasal</Name>
  52. <Email>muscnsl@gmail.com</Email>
  53. </Update>
  54. <Update release="3">
  55. <Date>2018-08-06</Date>
  56. <Version>1.9</Version>
  57. <Comment>Version Bump.</Comment>
  58. <Name>Mustafa Cinasal</Name>
  59. <Email>muscnsl@gmail.com</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2017-01-25</Date>
  63. <Version>1.8.1</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Stefan Gronewold(groni)</Name>
  66. <Email>groni@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2016-11-12</Date>
  70. <Version>1.7</Version>
  71. <Comment>First Release</Comment>
  72. <Name>Stefan Gronewold</Name>
  73. <Email>groni@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>