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>
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue