mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/distcc to 3.3.3-5
This commit is contained in:
parent
176ff3f376
commit
b0693a1dcd
1 changed files with 6 additions and 3 deletions
|
@ -11,17 +11,17 @@
|
|||
|
||||
pkgname=distcc
|
||||
pkgver=3.3.3
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Distributed compilation service for C, C++ and Objective-C'
|
||||
arch=(x86_64)
|
||||
url='http://distcc.org'
|
||||
url='https://github.com/distcc/distcc'
|
||||
license=(GPL)
|
||||
depends=(popt)
|
||||
makedepends=(git python)
|
||||
optdepends=(python)
|
||||
backup=('etc/conf.d/distccd'
|
||||
'etc/distcc/hosts')
|
||||
source=("git+https://github.com/distcc/distcc#tag=v$pkgver"
|
||||
source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: v3.3.3
|
||||
'distccd.conf.d'
|
||||
'distccd.service'
|
||||
allow-zero-timeout.patch)
|
||||
|
@ -36,6 +36,9 @@ prepare() {
|
|||
|
||||
./autogen.sh
|
||||
sed -i 's/ install-gnome-data//g' Makefile.in
|
||||
|
||||
# FS#66418, support Python 3.9
|
||||
find . -name "*.py" -type f -exec sed -i 's/time.clock()/time.perf_counter()/g' {} \;
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue