mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/distcc to 3.1-12.1
This commit is contained in:
parent
39a988d7cf
commit
55c2cfe272
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@
|
|||
|
||||
pkgname=distcc
|
||||
pkgver=3.1
|
||||
pkgrel=12
|
||||
pkgrel=12.1
|
||||
pkgdesc="A distributed C, C++, Obj C compiler"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/distcc/"
|
||||
license=('GPL')
|
||||
depends=('gcc' 'popt' 'avahi' 'dbus')
|
||||
depends=('gcc' 'popt')
|
||||
makedepends=('gtk2' 'pkgconfig' 'python2')
|
||||
optdepends=('python2')
|
||||
backup=('etc/conf.d/distccd'
|
||||
|
@ -36,7 +36,7 @@ build() {
|
|||
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--without-avahi \
|
||||
--without-avahi
|
||||
|
||||
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue