mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
ccache: update to 3.1.9.
This commit is contained in:
parent
7b03eb352c
commit
b959d2203e
1 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.1.8
|
version=3.1.9
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,17 +9,12 @@ short_desc="A Fast C/C++ Compiler Cache"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd
|
checksum=04d3e2e438ac8d4cc4b110b68cdd61bd59226c6588739a4a386869467f5ced7c
|
||||||
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.
|
|
||||||
Supported languages are C, C++, Objective-C and Objective-C++."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/lib/ccache/bin
|
vmkdir usr/lib/ccache/bin
|
||||||
cd ${DESTDIR}/usr/lib/ccache/bin
|
|
||||||
for f in cc c++ cpp g++; do
|
for f in cc c++ cpp g++; do
|
||||||
ln -sf ../../../bin/ccache ${f}
|
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue