ccache: update to 3.7.1
Also add powerpc-linux-gnu and powerpc-linux-musl symbolic links. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3f8e90cfcb
commit
af483637b4
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.7
|
||||
version=3.7.1
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -12,8 +12,8 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://ccache.samba.org/"
|
||||
changelog="https://ccache.samba.org/news.html"
|
||||
distfiles="https://github.com/ccache/ccache/releases/download/v3.7/${pkgname}-${version}.tar.xz"
|
||||
checksum=409f38bec6161288749a499c82060c99a551c3aced406827e28d183e9c070575
|
||||
distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/ccache/bin
|
||||
|
@ -23,6 +23,7 @@ post_install() {
|
|||
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
|
||||
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
|
||||
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf \
|
||||
powerpc-linux-gnu powerpc-linux-musl \
|
||||
powerpc64-linux-gnu powerpc64-linux-musl \
|
||||
powerpc64le-linux-musl powerpc64le-linux-gnu; do
|
||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
||||
|
|
Loading…
Add table
Reference in a new issue