chroot-distcc: update to 3.3.2.
This commit is contained in:
parent
280d4f0545
commit
7af2100686
@ -1,24 +1,26 @@
|
|||||||
# Template file for 'chroot-distcc'
|
# Template file for 'chroot-distcc'
|
||||||
pkgname=chroot-distcc
|
pkgname=chroot-distcc
|
||||||
version=3.2rc1
|
version=3.3.2
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="distcc-${version}"
|
wrksrc=distcc
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-included-popt --without-avahi --without-gnome
|
configure_args="--with-included-popt --without-avahi --without-gnome
|
||||||
--without-gtk --disable-Werror ac_cv_path_PYTHON=/bin/false"
|
--without-gtk --disable-Werror --disable-pump-mode"
|
||||||
make_install_target="install-programs"
|
make_install_target=install-programs
|
||||||
conflicts="distcc>=0"
|
hostmakedepends="automake libtool"
|
||||||
|
makedepends="binutils-devel"
|
||||||
short_desc="Distributed compilation for faster C/C++ builds -- for xbps-src use"
|
short_desc="Distributed compilation for faster C/C++ builds -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://code.google.com/p/distcc"
|
license="GPL-2.0-or-later"
|
||||||
license="GPL-2"
|
homepage="https://distcc.github.io"
|
||||||
_tarball="${pkgname#chroot-}-${version}.tar.bz2"
|
distfiles="https://github.com/distcc/distcc/releases/download/v${version}/distcc-${version}.tar.gz"
|
||||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/distcc/${_tarball}/18cd4f33f5cfc3e75675cafc568fb9cf/${_tarball}"
|
checksum=64894de2970c631801d29c9962553673ea7a1d150e6855d7e166d273fca5cdfc
|
||||||
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
|
||||||
|
conflicts="distcc>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e 's|^\(all: $(bin_PROGRAMS)\) pump include-server|\1|g' Makefile.in
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user