qi: doc: minor changes
[dragora.git] / qi / etc / qirc.in
blob406b1cccf2731911bf7910a028382c43ae97c4ce
2 # qirc: Runtime configuration file for Qi.
4 # Qi looks for this file in:
5 #     1 - $HOME/.qirc
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
20 #packagedir=@PACKAGEDIR@
22 # Target directory where the links will be made
23 #targetdir=@TARGETDIR@
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).
31
32 #blacklist="perl graft tarlz plzip musl glibc"
35 #### SECOND SECTION: build settings
37 # C compiler flags
38 #QICFLAGS=-g0 -Os
40 # C++ compiler flags
41 #QICXXFLAGS=-g0 -Os
43 # Linker flags
44 #QILDFLAGS=-s
46 # Temporary directory for sources during compilation
47 #TMPDIR=/usr/src/qi/build
49 # Architecture name to use by default (autodetected)
50 #arch=
52 # Parallel jobs for the compiler
53 #jobs=1
55 # Output directory where the packages are written
56 #outdir=/var/cache/qi/packages
58 # Working tree where archives, patches, and recipes are expected
59 #worktree=/usr/src/qi
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=@PREFIX@ --libexecdir=@LIBEXECDIR@ --bindir=@BINDIR@ --sbindir=@SBINDIR@ --sysconfdir=@SYSCONFDIR@ --localstatedir=@LOCALSTATEDIR@
73 # Prefixes for documentation
74 infodir=@INFODIR@
75 mandir=@MANDIR@
76 docdir=@DOCDIR@