more fixes for distcc

This commit is contained in:
Kevin Mihelich 2011-09-03 20:03:32 -04:00
parent 23bd15722d
commit 649b2462f2

View file

@ -5,6 +5,7 @@
# ALARM: Kevin Mihelich <kevin@plugapps.com> # ALARM: Kevin Mihelich <kevin@plugapps.com>
# - added --without-avahi to configure # - added --without-avahi to configure
# - removed gtk2 from deps
plugrel=1 plugrel=1
@ -16,9 +17,8 @@ arch=('i686' 'x86_64')
url="http://code.google.com/p/distcc/" url="http://code.google.com/p/distcc/"
license=('GPL') license=('GPL')
depends=('gcc' 'popt') depends=('gcc' 'popt')
makedepends=('gtk2' 'pkgconfig' 'python2') makedepends=('pkgconfig' 'python2')
optdepends=('gtk2: for distccmon-gnome' optdepends=('python2')
'python2')
backup=(etc/conf.d/distccd) backup=(etc/conf.d/distccd)
source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
distccd distccd
@ -31,7 +31,6 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--with-gtk \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--without-avahi --without-avahi