blob: 177158241a9d5842285378bee5bcc854279a5ce7 (
plain)
1
2
3
4
5
6
7
|
SECTION = "devel"
DESCRIPTION = "distcc is a parallel build system that distributes \
compilation of C/C++/ObjC code across machines on a network."
SRC_URI = "http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2"
inherit autotools
|