#!/bin/bashDEPS=(gccpython)PKG_VER=3.4
SOURCE=https://github.com/distcc/distcc/releases/download/v$PKG_VER/distcc-$PKG_VER.tar.gz
DESC="Distributed compiler for C, C++ and Objective-C"
build(){./configure--prefix=/usr
make
}
package(){makeDESTDIR=$PKG_DESTinstall
}