summaryrefslogtreecommitdiff
path: root/community/distcc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/distcc/PKGBUILD')
-rw-r--r--community/distcc/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD
index 842d04da9..42edd6cb8 100644
--- a/community/distcc/PKGBUILD
+++ b/community/distcc/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 55020 2011-08-31 13:12:35Z spupykin $
+# $Id: PKGBUILD 57046 2011-10-19 10:30:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=distcc
pkgver=3.1
-pkgrel=5
+pkgrel=6
pkgdesc="A distributed C, C++, Obj C compiler"
arch=('i686' 'x86_64')
url="http://code.google.com/p/distcc/"
license=('GPL')
-depends=('gcc' 'popt')
+depends=('gcc' 'popt' 'avahi')
makedepends=('gtk2' 'pkgconfig' 'python2')
optdepends=('gtk2: for distccmon-gnome'
'python2')
@@ -26,9 +26,11 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --with-gtk \
- --sysconfdir=/etc \
- --mandir=/usr/share/man
+ --with-gtk \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+# --without-avahi \
+
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
}