qi: added 'plzip' to the blacklist for update pkg in the safe way
[dragora.git] / archive / qi / qirc
blob081061d16ea1f98128fc4a4cb54386902149ce62
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=/
25 # List of package names to be installed rather than being updated.
27 # It is suggested that such packages are only those limited in name,
28 # for e.g. incoming package names such as: "perl.tlz" instead of
29 # "perl-<version>-<arch>+<release>.tlz".  This to try to perform an
30 # atomic update instead of pruning the links through graft(1).
32 #blacklist="perl graft tar plzip musl glibc"
35 #### SECOND SECTION: build settings
37 # C compiler flags
38 #QICFLAGS=-g0 -Os
40 # C++ compiler flags
41 #QICXXFLAGS=-g0 -Os
43 # Linker flags
44 #QILDFLAGS=-s
46 # Temporary directory for sources during compilation
47 #TMPDIR=/usr/src/qi/build
49 # Architecture name to use by default (autodetected)
50 #arch=
52 # Parallel jobs for the compiler
53 #jobs=1
55 # Output directory where the packages are written
56 #outdir=/var/cache/qi/packages
58 # Working tree where archives, patches, and recipes are expected
59 #worktree=/usr/src/qi
61 # Where to find the sources (tarballs)
62 #tardir=/usr/src/qi/sources
64 # General network downloader
65 #netget=wget -c -w1 -t3 --no-check-certificate
67 # Network tool for the RSYNC protocol
68 #rsync=rsync -v -a -L -z -i --progress
70 # Arguments for 'configure'
71 configure_args=--prefix=/usr --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var
73 # Prefixes for documentation
74 infodir=/usr/share/info
75 mandir=/usr/share/man
76 docdir=/usr/share/doc