ccache: update to 3.1.8.
This commit is contained in:
parent
35c0cb91b4
commit
6f9ec0efa1
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.1.7
|
version=3.1.8
|
||||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
revision=1
|
||||||
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
revision=1
|
short_desc="A Fast C/C++ 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://ccache.samba.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=4931aab14fb1f824b7d349a4366861a82ac19090097e9960f15a0ac8762b4941
|
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd
|
||||||
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.
|
||||||
Supported languages are C, C++, Objective-C and Objective-C++."
|
Supported languages are C, C++, Objective-C and Objective-C++."
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/lib/ccache/bin
|
vmkdir usr/lib/ccache/bin
|
||||||
cd ${DESTDIR}/usr/lib/ccache/bin
|
cd ${DESTDIR}/usr/lib/ccache/bin
|
||||||
|
|
Loading…
Reference in New Issue