ccache: update to 3.1.6.
This commit is contained in:
parent
ccf864e502
commit
11b48c9e78
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.1.5
|
||||
version=3.1.6
|
||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="compiler cache"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://cache.samba.org"
|
||||
license="GPL-2"
|
||||
checksum=aac690d7e452f408d458b11c07ab5bf22055d398b2a010052d3d208670a99c36
|
||||
checksum=1e333149f30671499513e22fb6ec41c485003cad82802fb4c064fa219194ebf3
|
||||
long_desc="
|
||||
ccache is a compiler cache. It speeds up recompilation by caching previous
|
||||
compilations and detecting when the same compilation is being done again.
|
||||
|
@ -17,7 +17,6 @@ bootstrap=yes
|
|||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build glibc-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue