pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="f99d9901585474002c937c921e4e89722fd34b34" type="targz">https://github.com/zeux/pugixml/releases/download/v1.8.1/pugixml-1.8.1.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="2">
  41. <Date>2017-01-25</Date>
  42. <Version>1.8.1</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Stefan Gronewold(groni)</Name>
  45. <Email>groni@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2016-11-12</Date>
  49. <Version>1.7</Version>
  50. <Comment>First Release</Comment>
  51. <Name>Stefan Gronewold</Name>
  52. <Email>groni@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>