ccache: update to 3.2.5. (#4049)

This commit is contained in:
Michael Gehring 2016-04-18 17:26:19 +02:00 committed by Juan RP
parent 3c1fe8a7d0
commit a50beb9433

View file

@ -1,7 +1,7 @@
# Template file for 'ccache' # Template file for 'ccache'
pkgname=ccache pkgname=ccache
version=3.2.4 version=3.2.5
revision=2 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
@ -10,13 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://ccache.samba.org" homepage="http://ccache.samba.org"
license="GPL-2" license="GPL-2"
distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=ffeb967edb549e67da0bd5f44f729a2022de9fdde65dfd80d2a7204d7f75332e checksum=7a553809e90faf9de3a23ee9c5b5f786cfd4836bf502744bedb824a24bee1097
post_configure() {
# Fix wrong dependency on a lib
sed -i Makefile \
-e "s;\(ccache\$(EXEEXT): \$(ccache_objs)\).*;\1;"
}
post_install() { post_install() {
vmkdir usr/lib/ccache/bin vmkdir usr/lib/ccache/bin