ccache ver. bump

This commit is contained in:
Rmys
2020-01-26 18:38:56 +03:00
parent c50eaeb256
commit 0f42518ff7
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup(): def setup():
if shelltools.isDirectory("zlib"): if shelltools.isDirectory("zlib"):
@@ -26,6 +27,6 @@ def install():
# Create symlinks # Create symlinks
for cc in ("gcc", "g++", "cc", "c++"): # , "clang" , "clang++" for cc in ("gcc", "g++", "cc", "c++"): # , "clang" , "clang++"
pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s" % cc) pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s" % cc)
#pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc)) pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc))
#pisitools.dodoc("LICENSE.txt", "README.txt") #pisitools.dodoc("LICENSE.txt", "README.txt")
+8 -1
View File
@@ -13,7 +13,7 @@
<Summary>Fast C/C++ compiler cache</Summary> <Summary>Fast C/C++ compiler cache</Summary>
<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> <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>
<!-- <Archive sha1sum="5acfdea35d379cadf192363e21f3e25e0f35b01c" type="tarxz">http://samba.org/ftp/ccache/ccache-3.7.1.tar.xz</Archive> --> <!-- <Archive sha1sum="5acfdea35d379cadf192363e21f3e25e0f35b01c" type="tarxz">http://samba.org/ftp/ccache/ccache-3.7.1.tar.xz</Archive> -->
<Archive sha1sum="76c0c6c864dd1e91f006a1f1970c771436c100cf" type="tarxz">https://github.com/ccache/ccache/releases/download/v3.7.1/ccache-3.7.1.tar.xz</Archive> <Archive sha1sum="a974ffc4d2328562da9308e508806b3be96975ef" type="tarxz">https://github.com/ccache/ccache/releases/download/v3.7.7/ccache-3.7.7.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -34,6 +34,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2020-01-26</Date>
<Version>3.7.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2019-05-06</Date> <Date>2019-05-06</Date>
<Version>3.7.1</Version> <Version>3.7.1</Version>