recipes: tools/alpine: update with recent information
[dragora.git] / archive / qi / qirc
blob10518e978015423c796c5d3fb1772c071dfa2fb1
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=/usr/pkg
22 # Target directory where the links will be made
23 targetdir=/
26 #### SECOND SECTION: build settings
28 # C compiler flags
29 #QICFLAGS=-g0 -Os
31 # C++ compiler flags
32 #QICXXFLAGS=-g0 -Os
34 # Linker flags
35 #QILDFLAGS=-s
37 # Temporary directory for sources during compilation
38 #TMPDIR=/usr/src/qi/build
40 # Architecture name to use by default (autodetected)
41 #arch=
43 # Parallel jobs for the compiler
44 #jobs=1
46 # Output directory where the packages are written
47 #outdir=/var/cache/qi/packages
49 # Working tree where archives, patches, and recipes are expected
50 #worktree=/usr/src/qi
52 # Where to find the sources (tarballs)
53 #tardir=/usr/src/qi/sources
55 # General network downloader
56 #netget=wget -c -w1 -t3 --no-check-certificate
58 # Network tool for the RSYNC protocol
59 #rsync=rsync -v -a -L -z -i --progress
61 # Arguments for 'configure'
62 configure_args=--prefix=/usr --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var
64 # Prefixes for documentation
65 infodir=/usr/share/info
66 mandir=/usr/share/man
67 docdir=/usr/share/doc