Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/default-x86_64/mage.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 381 - (show annotations) (download)
Mon Jun 5 09:38:06 2006 UTC (17 years, 10 months ago) by niro
File size: 814 byte(s)
added arch specific profiles

1 MAGEDIR="/usr/mage"
2 PKGDIR="/var/cache/mage/packages"
3 BUILDDIR="/var/tmp/magebuild"
4 INSTALLDB="/var/db/mage"
5 VIRTUALDB_DEFAULTS="/etc/mage-profile/virtuals.defaults"
6 VIRTUALDB_FILE="${INSTALLDB}/virtuals"
7 BINDIR="${BUILDDIR}/builded"
8 VERBOSE="off"
9 MAGEDEBUG="off"
10 MIRRORS="http://magellan-linux.de/magellan/magellan-0.6.0
11 http://magellan-linux.de/magellan/magellan-dev/unstable"
12 RSYNC="rsync://magellan-linux.de/mage-cvs"
13 ARCH=x86_64
14 CHOST="${ARCH}-pc-linux-gnu"
15 CFLAGS="-O2 -pipe"
16 CXXFLAGS="${CFLAGS}"
17 SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
18 MAGE_DISTRIBUTION=unstable
19 SOURCEDIR="/var/cache/mage/sources"
20 SMAGESCRIPTSDIR="/var/cache/mage/smage"
21 SMAGE_USE_CCACHE=true
22 DISTCC_DIR="${BUILDDIR}/.distcc"
23 MAKEOPTS=-j2
24 REGEN_MAGE_TREE=true
25 MAGE_TREE_DEST="/usr/mage"
26 PACKAGES_SERVER_PATH="packages/${ARCH}"
27