qi: Make output directory configurable via `configure`
[dragora.git] / qi / etc / qirc.in
blob49e99484e5be38fedbc434ec5ed0e0f677b271ec
2 # qirc: Runtime configuration file for Qi.
4 # Qi looks for this file in:
5 #     1 - $HOME/.qirc
6 #     2 - ${sysconfdir}/qirc
8 # For more information, type: info qi 'the qirc file'
10 # Uncomment a variable to set a new value other than the default.
12 ### FIRST SECTION: package settings
14 # Package installation directory
15 #packagedir=@PACKAGEDIR@
17 # Target directory where the links will be made
18 #targetdir=@TARGETDIR@
20 # List of package names to be installed rather than being upgraded.
22 # This is to try to perform an atomic upgrade instead of pruning
23 # symbolic links through graft(1), which can render your system unusable.
25 # For more details, type: info qi 'package blacklist'
27 #blacklist="perl5 graft tarlz plzip musl glibc coreutils bash mksh"
29 # Verbosity level
30 #verbose=0
33 ### SECOND SECTION: build settings
35 # Temporary directory for sources during compilation
36 #TMPDIR=/usr/src/qi/build
38 # C compiler flags (to be used on CFLAGS)
39 #QICFLAGS="-O2"
41 # C++ compiler flags (to be used on CXXFLAGS)
42 #QICXXFLAGS="-O2"
44 # Flags for the linker (to be used on LDFLAGS)
45 #QILDFLAGS=""
47 # C/C++ preprocessor flags (to be used on CPPFLAGS)
48 #QICPPFLAGS=""
50 # Time of the last modification to the source code
51 #SOURCE_DATE_EPOCH=$(date +%s)
53 # Parallel jobs for the compiler
54 #jobs=1
56 # Output directory where the packages are written
57 #outdir=@OUTDIR@
59 # Working tree where archives, patches, and recipes are expected
60 #worktree=/usr/src/qi
62 # Where to find the sources (tarballs)
63 #tardir=/usr/src/qi/sources
65 # General network downloader
66 #netget="wget2 -c -w1 -t3 --no-check-certificate"
68 # Network tool for the RSYNC protocol
69 #rsync="rsync -v -a -L -z -i --progress"
71 # Default compression options used for tarlz(1)
72 #tarlz_compression_options="-9 --solid"
74 # Arguments for 'configure'
75 configure_args="--prefix=@PREFIX@ --libexecdir=@LIBEXECDIR@ --bindir=@BINDIR@ --sbindir=@SBINDIR@ --sysconfdir=@SYSCONFDIR@ --localstatedir=@LOCALSTATEDIR@"
77 # Default package architecture
78 arch=@ARCH@
80 # Documentation prefixes
81 infodir=@INFODIR@
82 mandir=@MANDIR@
83 docdir=@DOCDIR@