pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libctemplate</Name>
  6. <Homepage>https://github.com/OlafvdSpek/ctemplate</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.misc</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>CTemplate is a simple but powerful template language for C++.</Summary>
  15. <Description>It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.</Description>
  16. <Archive sha1sum="3674bbc17876e8143dafdfb7a9f0edd407300826" type="targz">https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3-devel</Dependency>
  19. <Dependency>glibc-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libctemplate</Name>
  24. <Summary>CTemplate is a simple but powerful template language for C++.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="binary">/usr/bin/diff_tpl_auto_escape</Path>
  30. <Path fileType="binary">/usr/bin/make_tpl_varnames_h</Path>
  31. <Path fileType="binary">/usr/bin/template-converter</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libctemplate-devel</Name>
  38. <Summary>Development files for libctemplate</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">libctemplate</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="5">
  48. <Date>2020-03-18</Date>
  49. <Version>2.4</Version>
  50. <Comment>Minor version bump.</Comment>
  51. <Name>Blue Devil</Name>
  52. <Email>bluedevil@sctzine.com</Email>
  53. </Update>
  54. <Update release="4">
  55. <Date>2018-09-09</Date>
  56. <Version>2.3</Version>
  57. <Comment>Release Bump</Comment>
  58. <Name>Kamil Atlı</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="3">
  62. <Date>2017-04-30</Date>
  63. <Version>2.3</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Kamil Atlı</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2016-06-09</Date>
  70. <Version>2.3</Version>
  71. <Comment>Release Bump</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2015-11-22</Date>
  77. <Version>2.3</Version>
  78. <Comment>First release</Comment>
  79. <Name>Stefan Gronewold(groni)</Name>
  80. <Email>groni@pisilinux.org</Email>
  81. </Update>
  82. </History>
  83. </PISI>