diff --git a/dev-util/ccache/ccache-3.1.9.recipe b/dev-util/ccache/ccache-3.2.2.recipe similarity index 75% rename from dev-util/ccache/ccache-3.1.9.recipe rename to dev-util/ccache/ccache-3.2.2.recipe index 89937f905..2aecc42c8 100644 --- a/dev-util/ccache/ccache-3.1.9.recipe +++ b/dev-util/ccache/ccache-3.2.2.recipe @@ -5,8 +5,8 @@ compilations and detecting when same compilation is being done again. \ Supported languages are C, C++, Objective-C and Objective-C++. " HOMEPAGE="http://ccache.samba.org/" -SRC_URI="http://samba.org/ftp/ccache/ccache-3.1.9.tar.bz2" -CHECKSUM_SHA256="04d3e2e438ac8d4cc4b110b68cdd61bd59226c6588739a4a386869467f5ced7c" +SRC_URI="http://samba.org/ftp/ccache/ccache-$portVersion.tar.bz2" +CHECKSUM_SHA256="440f5e15141cc72d2bfff467c977020979810eb800882e3437ad1a7153cce7b2" REVISION="1" LICENSE="GNU GPL v3" @@ -14,7 +14,7 @@ COPYRIGHT="2002-2007 Andrew Tridgell 2009-2013 Joel Rosdahl" -ARCHITECTURES="x86 x86_gcc2" +ARCHITECTURES="x86 x86_gcc2 x86_64" PROVIDES=" ccache = $portVersion @@ -28,12 +28,14 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel + devel:libz " BUILD_PREREQUIRES=" cmd:awk cmd:gcc cmd:make + cmd:xargs " BUILD()