pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>jsoncpp</Name>
  6. <Homepage>https://github.com/open-source-parsers/jsoncpp</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>C++ library for interacting with JSON</Summary>
  14. <Description>C++ library for interacting with JSON</Description>
  15. <Archive sha1sum="6a546eeeea6e31fe8ab746491a3189c0844a0f79" type="targz">https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>jsoncpp</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="data">/usr/share</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>jsoncpp-devel</Name>
  33. <Summary>Development files for jsoncpp</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">jsoncpp</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/cmake</Path>
  40. <Path fileType="library">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2020-03-01</Date>
  46. <Version>1.9.2</Version>
  47. <Comment>Version bump</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2018-11-30</Date>
  53. <Version>1.8.4</Version>
  54. <Comment>First release</Comment>
  55. <Name>PisiLinux Community</Name>
  56. <Email>admins@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>