2 # qirc: Runtime configuration file for Qi.
4 # Qi looks for this file in:
6 # 2 - ${sysconfdir}/qirc
8 # File syntax considerations:
10 # * Variables are declared as 'name=value'.
11 # * Declaration of values should only take one line, no line break.
12 # * Assignments like 'name=$var' are only interpreted as literal.
14 # Uncomment a variable to set a new value other than default.
15 # For more information, type: info qi 'the qirc file'
17 #### FIRST SECTION: package settings
19 # Package installation directory
22 # Target directory where the links will be made
25 # List of package names to be installed rather than being updated.
27 # It is suggested that such packages are only those limited in name,
28 # for e.g. incoming package names such as: "perl.tlz" instead of
29 # "perl-<version>-<arch>+<release>.tlz". This to try to perform an
30 # atomic update instead of pruning the links through graft(1).
32 #blacklist="perl graft tarlz plzip musl glibc"
35 #### SECOND SECTION: build settings
46 # Temporary directory for sources during compilation
47 #TMPDIR=/usr/src/qi/build
49 # Architecture name to use by default (autodetected)
52 # Parallel jobs for the compiler
55 # Output directory where the packages are written
56 #outdir=/var/cache/qi/packages
58 # Working tree where archives, patches, and recipes are expected
61 # Where to find the sources (tarballs)
62 #tardir=/usr/src/qi/sources
64 # General network downloader
65 #netget=wget -c -w1 -t3 --no-check-certificate
67 # Network tool for the RSYNC protocol
68 #rsync=rsync -v -a -L -z -i --progress
70 # Arguments for 'configure'
71 configure_args=--prefix=/usr --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var
73 # Prefixes for documentation
74 infodir=/usr/share/info