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