distcc: update to 3.3.3.
This commit is contained in:
parent
43d936fdde
commit
6f582485a2
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'distcc'
|
||||
pkgname=distcc
|
||||
version=3.3.2
|
||||
revision=2
|
||||
wrksrc="$pkgname"
|
||||
version=3.3.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-Werror --with-gtk"
|
||||
conf_files="
|
||||
|
@ -15,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://distcc.github.io"
|
||||
distfiles="https://github.com/distcc/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=64894de2970c631801d29c9962553673ea7a1d150e6855d7e166d273fca5cdfc
|
||||
checksum=bead25471d5a53ecfdf8f065a6fe48901c14d5008956c318c700e56bc87bf0bc
|
||||
conflicts="chroot-distcc>=0"
|
||||
|
||||
subpackages="distcc-gtk"
|
||||
|
@ -40,9 +39,9 @@ post_install() {
|
|||
|
||||
vsv distccd
|
||||
|
||||
# gcc wrappers
|
||||
# cc wrappers
|
||||
vmkdir usr/lib/distcc/bin
|
||||
for f in gcc cc c++ g++; do
|
||||
for f in gcc cc c++ g++ clang clang++; do
|
||||
ln -sfr ${DESTDIR}/usr/bin/distcc ${DESTDIR}/usr/lib/distcc/bin/${f}
|
||||
done
|
||||
# cross-gcc wrappers
|
||||
|
|
Loading…
Reference in a new issue