pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://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. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>CTemplate is a simple but powerful template language for C++.</Summary>
  14. <Description>It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.</Description>
  15. <Archive sha1sum="be6ba46bf64287887f9b806719a851af50f79acd" type="targz">https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libctemplate</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="binary">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libctemplate-devel</Name>
  33. <Summary>Development files for libctemplate</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libctemplate</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="3">
  43. <Date>2017-04-30</Date>
  44. <Version>2.3</Version>
  45. <Comment>Release Bump</Comment>
  46. <Name>Kamil Atlı</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2016-06-09</Date>
  51. <Version>2.3</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2015-11-22</Date>
  58. <Version>2.3</Version>
  59. <Comment>First release</Comment>
  60. <Name>Stefan Gronewold(groni)</Name>
  61. <Email>groni@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>