stages/*: change license to Apache 2.0
[dragora.git] / archive / qi / qirc
blobc08251fc5e5750bcde2a5703aaf70dc916e2c8c7
2 # qirc: Configuration file for Qi.
4 # Uncomment a variable to set a new value other than default.
6 # For more information, type: info qi 'the qirc file'
8 # FIRST SECTION: package settings.
10 # Package installation directory
11 packagedir=/usr/pkg
13 # Target directory where the links will be made
14 targetdir=/
17 # SECOND SECTION: build settings.
19 # C compiler flags
20 #QICFLAGS=-g0 -Os
22 # C++ compiler flags
23 #QICXXFLAGS=-g0 -Os
25 # Linker flags
26 #QILDFLAGS=-s
28 # Temporary directory for sources during compilation
29 #TMPDIR=/usr/src
31 # Architecture name to use by default (autodetected)
32 #arch=
34 # Parallel jobs for the compiler
35 #jobs=1
37 # Output directory where the packages are written
38 #outdir=/var/cache/qi/packages
40 # Working tree where archives, patches, and recipes are expected
41 #worktree=/usr/src/qi
43 # Where to find the sources (tarballs)
44 #tardir=/usr/src/qi/sources
46 # General network downloader
47 #netget=wget -c -w1 -t3 --no-check-certificate
49 # Network tool for the RSYNC protocol
50 #rsync=rsync -v -a -L -z -i --progress
52 # Arguments for 'configure'
53 configure_args=--prefix=/usr --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var
55 # Prefixes for documentation
56 infodir=/usr/share/info
57 mandir=/usr/share/man
58 docdir=/usr/share/doc