New package: distcc-3.2rc1.

This commit is contained in:
Juan RP 2013-01-09 16:45:56 +01:00
parent 76fb1bdfc3
commit ff1569f097

21
srcpkgs/distcc/template Normal file
View file

@ -0,0 +1,21 @@
# 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"