pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>json-c</Name>
  6. <Homepage>http://oss.metaparadigm.com/json-c</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>A JSON implementation in C</Summary>
  14. <Description>json-c implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.</Description>
  15. <Archive sha1sum="e7fcdbe41f1f3307c036f4e9e04b715de533896e" type="targz">https://s3.amazonaws.com/json-c_releases/releases/json-c-0.12.1.tar.gz</Archive>
  16. <Patches>
  17. <Patch>wno-werror.patch</Patch>
  18. </Patches>
  19. </Source>
  20. <Package>
  21. <Name>json-c</Name>
  22. <Files>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. <Path fileType="man">/usr/share/man</Path>
  25. <Path fileType="library">/usr/lib</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>json-c-devel</Name>
  30. <PartOf>system.devel</PartOf>
  31. <Summary>Development files for json-c</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">json-c</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig</Path>
  38. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>json-c-32bit</Name>
  43. <PartOf>emul32</PartOf>
  44. <Summary>32-bit shared libraries for json-c</Summary>
  45. <BuildDependencies>
  46. </BuildDependencies>
  47. <BuildType>emul32</BuildType>
  48. <Files>
  49. <Path fileType="library">/usr/lib32</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="3">
  54. <Date>2017-01-29</Date>
  55. <Version>0.12.1</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>Ertuğrul Erata</Name>
  58. <Email>ertugrulerata@gmail.com</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2016-04-27</Date>
  62. <Version>0.12</Version>
  63. <Comment>Release Bump</Comment>
  64. <Name>PisiLinux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2016-03-08</Date>
  69. <Version>0.12</Version>
  70. <Comment>First release</Comment>
  71. <Name>Alihan Öztürk</Name>
  72. <Email>alihan@pisilinux.org</Email>
  73. </Update>
  74. </History>
  75. </PISI>