mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
more fixes for distcc
This commit is contained in:
parent
23bd15722d
commit
649b2462f2
1 changed files with 3 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - added --without-avahi to configure
|
||||
# - removed gtk2 from deps
|
||||
|
||||
plugrel=1
|
||||
|
||||
|
@ -16,9 +17,8 @@ arch=('i686' 'x86_64')
|
|||
url="http://code.google.com/p/distcc/"
|
||||
license=('GPL')
|
||||
depends=('gcc' 'popt')
|
||||
makedepends=('gtk2' 'pkgconfig' 'python2')
|
||||
optdepends=('gtk2: for distccmon-gnome'
|
||||
'python2')
|
||||
makedepends=('pkgconfig' 'python2')
|
||||
optdepends=('python2')
|
||||
backup=(etc/conf.d/distccd)
|
||||
source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
|
||||
distccd
|
||||
|
@ -31,7 +31,6 @@ build() {
|
|||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
|
||||
--with-gtk \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--without-avahi
|
||||
|
|
Loading…
Reference in a new issue