community/distcc to 3.1-6

This commit is contained in:
Kevin Mihelich 2011-10-24 10:47:56 -04:00
parent 2b5c100245
commit e08fb35de7

View file

@ -1,4 +1,4 @@
# $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>
@ -11,7 +11,7 @@ plugrel=1
pkgname=distcc
pkgver=3.1
pkgrel=5.1
pkgrel=6
pkgdesc="A distributed C, C++, Obj C compiler"
arch=('i686' 'x86_64')
url="http://code.google.com/p/distcc/"
@ -31,9 +31,11 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--without-avahi
--with-gtk \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--without-avahi \
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
}