qi: Bump to version 1.5 (Release Candidate 1)
[dragora.git] / archive / qi / qirc
blob55b1fb283c3dadcc5a5b79198021b24912fc3a2f
2 # qirc: Runtime configuration file for Qi.
4 # Qi looks for this file in:
5 #     1 - $HOME/.qirc
6 #     2 - ${sysconfdir}/qirc
8 # Uncomment a variable to set a new value other than default.
9 # For more information, type: info qi 'the qirc file'
11 #### FIRST SECTION: package settings
13 # Package installation directory
14 packagedir=/usr/pkg
16 # Target directory where the links will be made
17 targetdir=/
19 # List of package names to be installed rather than being updated.
21 # It is suggested that such declared packages be limited in name;
22 # for example, the names of incoming packages as: "perl5.tlz"
23 # instead of "perl5-<version>-<arch>+<release>[#pkgtag].tlz".
24 # This to try to perform an atomic update instead of pruning the
25 # links through the graft(1).
27 #blacklist="perl5 graft tarlz plzip musl glibc"
30 #### SECOND SECTION: build settings
32 # C compiler flags
33 #QICFLAGS="-g0 -Os"
35 # C++ compiler flags
36 #QICXXFLAGS="-g0 -Os"
38 # Linker flags
39 #QILDFLAGS="-s"
41 # Temporary directory for sources during compilation
42 #TMPDIR=/usr/src/qi/build
44 # Architecture name to use by default (autodetected)
45 #arch=
47 # Parallel jobs for the compiler
48 #jobs=1
50 # Output directory where the packages are written
51 #outdir=/var/cache/qi/packages
53 # Working tree where archives, patches, and recipes are expected
54 #worktree=/usr/src/qi
56 # Where to find the sources (tarballs)
57 #tardir=/usr/src/qi/sources
59 # General network downloader
60 #netget="wget -c -w1 -t3 --no-check-certificate"
62 # Network tool for the RSYNC protocol
63 #rsync="rsync -v -a -L -z -i --progress"
65 # Arguments for 'configure'
66 configure_args="--prefix=/usr --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var"
68 # Documentation prefixes
69 infodir=/usr/share/info
70 mandir=/usr/share/man
71 docdir=/usr/share/doc