]> git.armaanb.net Git - asd-repo.git/commitdiff
distcc: new package at 3.4
authorArmaan Bhojwani <me@armaanb.net>
Wed, 30 Jun 2021 21:10:49 +0000 (17:10 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 1 Jul 2021 00:02:04 +0000 (20:02 -0400)
distcc/build [new file with mode: 0755]
distcc/checksums [new file with mode: 0644]
distcc/depends [new file with mode: 0644]
distcc/sources [new file with mode: 0644]
distcc/version [new file with mode: 0644]

diff --git a/distcc/build b/distcc/build
new file mode 100755 (executable)
index 0000000..bfda085
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --without-libiberty \
+    --without-avahi \
+    --with-included-popt \
+    --enable-pump-mode
+
+make CFLAGS="$CFLAGS -fcommon"
+make DESTDIR="$1" install
diff --git a/distcc/checksums b/distcc/checksums
new file mode 100644 (file)
index 0000000..e9d9a84
--- /dev/null
@@ -0,0 +1 @@
+2b99edda9dad9dbf283933a02eace6de7423fe5650daa4a728c950e5cd37bd7d
diff --git a/distcc/depends b/distcc/depends
new file mode 100644 (file)
index 0000000..fdc793e
--- /dev/null
@@ -0,0 +1 @@
+python
diff --git a/distcc/sources b/distcc/sources
new file mode 100644 (file)
index 0000000..81044fd
--- /dev/null
@@ -0,0 +1 @@
+https://github.com/distcc/distcc/releases/download/v3.4/distcc-3.4.tar.gz
diff --git a/distcc/version b/distcc/version
new file mode 100644 (file)
index 0000000..5647cc2
--- /dev/null
@@ -0,0 +1 @@
+3.4 1