pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>yaml-cpp</Name>
  6. <Homepage>https://github.com/jbeder/yaml-cpp</Homepage>
  7. <Packager>
  8. <Name>Ergün Salman</Name>
  9. <Email>Poyraz76@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Icon>yalm-cpp</Icon>
  13. <IsA>Libry</IsA>
  14. <Summary>yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.</Summary>
  15. <Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
  16. <Archive sha1sum="61edcbb18b106dfc240f151998e233c03bdbf9f3" type="targz">https://github.com/jbeder/yaml-cpp/archive/release-0.5.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>boost-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>yaml-cpp</Name>
  25. <Files>
  26. <Path fileType="library">/usr/lib/</Path>
  27. <Path fileType="data">/usr/include/yaml-cpp/*</Path>
  28. <Path fileType="data">/usr/lib/pkgconfig/</Path>
  29. <Path fileType="doc">/usr/share/doc/</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="3">
  34. <Date>2017-05-11</Date>
  35. <Version>0.5.2</Version>
  36. <Comment>Release Bump</Comment>
  37. <Name>Kamil Atlı</Name>
  38. <Email>admin@pisilinux.org</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2016-06-09</Date>
  42. <Version>0.5.2</Version>
  43. <Comment>Release Bump</Comment>
  44. <Name>Pisi Linux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2015-09-01</Date>
  49. <Version>0.5.2</Version>
  50. <Comment>First release</Comment>
  51. <Name>Ergün Salman</Name>
  52. <Email>Poyraz76@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>