From d80bed8479f2fe16a532b3690e1cac83b09e945f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 20 May 2020 22:54:39 +0300 Subject: distcc: add new package at 3.3.3 --- extra/distcc/build | 19 +++++++++++++++++++ extra/distcc/checksums | 1 + extra/distcc/sources | 1 + extra/distcc/version | 1 + 4 files changed, 22 insertions(+) create mode 100755 extra/distcc/build create mode 100644 extra/distcc/checksums create mode 100644 extra/distcc/sources create mode 100644 extra/distcc/version (limited to 'extra/distcc') diff --git a/extra/distcc/build b/extra/distcc/build new file mode 100755 index 00000000..596108ee --- /dev/null +++ b/extra/distcc/build @@ -0,0 +1,19 @@ +#!/bin/sh -e + +# Running distcc as a server instead of a client +# requires python to be installed. +kiss l python >/dev/null 2>&1 || pump=disable + +export CFLAGS="$CFLAGS -fcommon" + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --without-libiberty \ + --without-avahi \ + --with-included-popt \ + "--${pump:-enable}-pump-mode" + +make +make DESTDIR="$1" install diff --git a/extra/distcc/checksums b/extra/distcc/checksums new file mode 100644 index 00000000..4dec08c3 --- /dev/null +++ b/extra/distcc/checksums @@ -0,0 +1 @@ +bead25471d5a53ecfdf8f065a6fe48901c14d5008956c318c700e56bc87bf0bc distcc-3.3.3.tar.gz diff --git a/extra/distcc/sources b/extra/distcc/sources new file mode 100644 index 00000000..f21491a1 --- /dev/null +++ b/extra/distcc/sources @@ -0,0 +1 @@ +https://github.com/distcc/distcc/releases/download/v3.3.3/distcc-3.3.3.tar.gz diff --git a/extra/distcc/version b/extra/distcc/version new file mode 100644 index 00000000..e82f87fb --- /dev/null +++ b/extra/distcc/version @@ -0,0 +1 @@ +3.3.3 1 -- cgit v1.2.3