mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/distcc to 3.1-6
This commit is contained in:
parent
2b5c100245
commit
e08fb35de7
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue