### this file is sourced not run
PKGVER=2015.09
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=distcc-$PKGVER.tar.bz2
MD5SUM=e876e9ae1b86aef0932809b908e8dcb5
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="distcc: distcc $PKGVER (Distributed C Compiler)  
distcc:  
distcc: distcc is a program to distribute builds of C, C++, Objective C or 
distcc: Objective C++ code across several machines on a network. distcc should 
distcc: always generate the same results as a local build, is simple to 
distcc: install and use, and is usually much faster than a local compile. 
distcc: distcc does not require all machines to share a filesystem, have 
distcc: synchronized clocks, or to have the same libraries or header files 
distcc: installed. They can even have different processors or operating 
distcc: systems, if cross-compilers are installed.  
distcc:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-Werror"
	cd /tmp/distcc* &&
	./autogen.sh &&

	pkg_build_autoconf && 
	pkg_build_slackdesc
}
