22 lines
629 B
Plaintext
22 lines
629 B
Plaintext
# Template file for 'distcc'
|
|
pkgname=distcc
|
|
version=3.2rc1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config python-devel popt-devel avahi-libs-devel"
|
|
short_desc="Distributed compilation for faster C/C++ builds"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
homepage="http://code.google.com/p/distcc"
|
|
license="GPL-2"
|
|
distfiles="http://distcc.googlecode.com/files/${pkgname}-${version}.tar.bz2"
|
|
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
|
CFLAGS=-w
|
|
|
|
conf_files="
|
|
/etc/distcc/commands.allow.sh
|
|
/etc/distcc/hosts
|
|
/etc/distcc/clients.allow
|
|
/etc/default/distc"
|
|
|
|
pycompile_module="include_server"
|