979292c92bfccc7c83ac85c12dc4262d16132927
[catalyst.git] / files / catalyst.conf
1 # Copyright 1999-2004 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.7 2004/10/19 04:06:35 zhen Exp $
4
5 # Simple desriptions of catalyst settings. Please refer to the online
6 # documentation for more information.
7
8 # distdir specifies where your distfiles are located. This setting should
9 # work fine for most default installations.
10 distdir="/usr/portage/distfiles"
11
12 # options set different build-time options for catalyst. Some examples are:
13 # ccache = enables build time ccache support (highly recommended)
14 # distcc = enable distcc support for building. You have to set distcc_hosts in your spec file.
15 # pkgcache = keeps a tbz2 of every built package (useful if your build stops prematurely)
16 options="ccache pkgcache"
17
18 # sharedir specifies where all of the catalyst runtime executables are. Most users do
19 # not need to change this.
20 sharedir="/usr/lib/catalyst"
21
22 # envscript allows users to set options such as http proxies, MAKEOPTS, GENTOO_MIRRORS,
23 # or any other environment variables needed for building.
24 # The envscript file sets environment variables like so:
25 # export FOO="bar"
26
27 #envscript="/root/catalyst-env.sh"