pspec.xml 2.5 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>ccache</Name>
  6. <Homepage>https://ccache.samba.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Fast C/C++ compiler cache</Summary>
  14. <Description>ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done.</Description>
  15. <!-- <Archive sha1sum="5acfdea35d379cadf192363e21f3e25e0f35b01c" type="tarxz">http://samba.org/ftp/ccache/ccache-3.7.1.tar.xz</Archive> -->
  16. <Archive sha1sum="a974ffc4d2328562da9308e508806b3be96975ef" type="tarxz">https://github.com/ccache/ccache/releases/download/v3.7.7/ccache-3.7.7.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>zlib-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>ccache</Name>
  23. <RuntimeDependencies>
  24. <!--Dependency>gcc</Dependency-->
  25. <Dependency>zlib</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="executable">/usr/lib/ccache/bin</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="4">
  36. <Date>2021-05-18</Date>
  37. <Version>3.7.7</Version>
  38. <Comment>Rebuild.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="3">
  43. <Date>2020-01-26</Date>
  44. <Version>3.7.7</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2019-05-06</Date>
  51. <Version>3.7.1</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>PisiLinux Community</Name>
  54. <Email>admins@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2018-09-12</Date>
  58. <Version>3.4.3</Version>
  59. <Comment>First release</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admins@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>