2 # qirc: Runtime configuration file for Qi.
4 # Qi looks for this file in:
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"
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="@QICFLAGS@"
41 # C++ compiler flags (to be used on CXXFLAGS)
42 #QICXXFLAGS="@QICXXFLAGS@"
44 # Flags for the linker (to be used on LDFLAGS)
45 #QILDFLAGS="@QILDFLAGS@"
47 # C/C++ preprocessor flags (to be used on CPPFLAGS)
48 #QICPPFLAGS="@QICPPFLAGS@"
50 # Time of the last modification to the source code
51 #SOURCE_DATE_EPOCH=$(date +%s)
53 # Parallel jobs for the compiler
56 # Output directory where the packages are written
59 # Working tree where archives, patches, and recipes are expected
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
80 # Documentation prefixes