distcc: rebuild for metadata
This commit is contained in:
parent
a8b8aebcd0
commit
cd392dfe3d
1 changed files with 5 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'distcc'
|
# Template file for 'distcc'
|
||||||
pkgname=distcc
|
pkgname=distcc
|
||||||
version=3.2rc1
|
version=3.2rc1
|
||||||
revision=15
|
revision=16
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-Werror --with-gtk"
|
configure_args="--disable-Werror --with-gtk"
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="python-devel popt-devel avahi-libs-devel gtk+-devel"
|
|
||||||
conflicts="chroot-distcc>=0"
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/distcc/hosts
|
/etc/distcc/hosts
|
||||||
/etc/distcc/clients.allow"
|
/etc/distcc/clients.allow"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="python-devel popt-devel avahi-libs-devel gtk+-devel"
|
||||||
short_desc="Distributed compilation for faster C/C++ builds"
|
short_desc="Distributed compilation for faster C/C++ builds"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://distcc.github.io"
|
homepage="https://distcc.github.io"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="https://github.com/distcc/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/distcc/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
||||||
|
conflicts="chroot-distcc>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local f x
|
local f x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue