ccache: update to 3.1.6.

This commit is contained in:
Juan RP 2011-09-01 09:39:16 +02:00
parent ccf864e502
commit 11b48c9e78
1 changed files with 2 additions and 3 deletions

View File

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