ccache: update to 3.2.3
This commit is contained in:
parent
a1b612761f
commit
6c5d7922a7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.2.2
|
version=3.2.3
|
||||||
revision=3
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -10,7 +10,13 @@ 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=440f5e15141cc72d2bfff467c977020979810eb800882e3437ad1a7153cce7b2
|
checksum=b07165d4949d107d17f2f84b90b52953617bf1abbf249d5cc20636f43337c98c
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue