Magellan Linux

Annotation of /trunk/mage/usr/lib/mage/mage.rc.global.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1556 - (hide annotations) (download)
Tue Dec 27 10:58:02 2011 UTC (12 years, 4 months ago) by niro
Original Path: trunk/mage/usr/lib/mage/mage.rc.global
File size: 2933 byte(s)
-moved all download options near default mirrors
1 niro 226 # mage.rc.global - global configuration file for mage
2 niro 1552 # $Id$
3 niro 226 #
4 niro 1552 # !! Do not edit this file, it will be overwritten on update. !!
5     # !! Use /etc/mage.rc instead to override any settings. !!
6     #
7 niro 226
8 niro 1542 ## Default locations
9 niro 226 PKGDIR="/var/cache/mage/packages"
10 niro 407 SRCPKGDIR="/var/cache/mage/packages/sources"
11 niro 226 BUILDDIR="/var/tmp/magebuild"
12     INSTALLDB="/var/db/mage"
13     MAGEDIR="/usr/mage"
14     MLIBDIR="/usr/lib/mage"
15     VIRTUALDB_DEFAULTS="/etc/mage-profile/virtuals.defaults"
16     VIRTUALDB_FILE="${INSTALLDB}/virtuals"
17     SOURCEDIR="/var/cache/mage/sources"
18     BINDIR="${BUILDDIR}/builded"
19     SMAGESCRIPTSDIR="/var/cache/mage/smage"
20    
21 niro 1542 # Set default install root to /
22 niro 226 : ${MROOT=""}
23    
24 niro 1542 # Set default user mage.rc
25 niro 418 : ${MAGERC="/etc/mage.rc"}
26    
27 niro 1554 # Distribution settings
28     # Internal default: MAGE_DISTRIBUTION=stable
29     # stable | testing | unstable
30     : ${MAGE_DISTRIBUTION="stable"}
31    
32 niro 1542 # Default options
33 niro 226 VERBOSE="on"
34     MAGEDEBUG="off"
35 niro 965 : ${MAGE_UNINSTALL_TIMEOUT="3"}
36 niro 1085
37 niro 1553 # Arch specific options and build flags
38 niro 1555 ARCH="i686"
39 niro 226 CHOST="${ARCH}-pc-linux-gnu"
40     CFLAGS="-mtune=${ARCH} -O2 -pipe"
41     CXXFLAGS="${CFLAGS}"
42     SMAGE_USE_CCACHE="false"
43     SMAGE_USE_DISTCC="false"
44     MAKEOPTS="-j2"
45    
46 niro 1543 # Strip options
47     STRIP_DYN_LIB="--strip-unneeded"
48     STRIP_DYN_BIN="--strip-all"
49     STRIP_STATIC_LIB="--strip-debug"
50    
51 niro 1555 # Extension defaults
52     # Do not modify these settings unless you know what you are doing
53     PKGSUFFIX="mpk"
54     SRCPKGSUFFIX="mpks"
55     MAGESUFFIX="mage"
56     SMAGESUFFIX="smage2"
57    
58 niro 1542 # Distcc specific settings
59 niro 226 #DISTCC_HOSTS=""
60     DISTCC_DIR="${BUILDDIR}/.distcc"
61     DISTCC_VERBOSE="0"
62     DISTCC_LOG="/var/log/distcc.log"
63    
64 niro 1553 # Default mirrors and download options
65 niro 226 MIRRORS="http://magellan-linux.de/magellan"
66 niro 438 GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
67     SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"
68 niro 459 GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"
69 niro 761 KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
70 niro 226 RSYNC="rsync://magellan-linux.de/mage-ix86"
71     SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
72 niro 1556 PACKAGES_SERVER_PATH="packages/${ARCH}"
73 niro 288
74 niro 1556 # Default fetch options for rsync
75     RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
76     # Default fetch options for wget
77     WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
78    
79 niro 407 # enables on-the-fly regeneration of the mage tree via smage2 files.
80     # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
81     #REGEN_MAGE_TREE=true
82 niro 1437 MAGE_TREE_DEST="${MAGEDIR}"
83 niro 407
84     # creates on-the-fly source-tarballs when building packages with smage2
85     #CREATE_SRC_PKG_TARBALL=true
86 niro 859
87     # enables step-by-step execution of the smage-file (for debugging only)
88 niro 875 #STEP_BY_STEP=true
89    
90     # disables logging of smage builds
91     # currently for src_pepare, src_compile, src_install functions only
92     #SMAGE_BUILD_LOGGING=false