summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/template
blob: 3d5d5587e5b1d75ebc0188a09d85b7169718a3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# NEEDS_YAOURT = 0 | 1
# asp is the default tool to fetch packages, if the
# package is only available in AUR, the set NEEDS_YAOURT=1
NEEDS_YAOURT=0

# NOPARALLEL_BUILD = 0 | 1
# the -j<N> parameter to makepkg will be set to -j if
# NOPARALLEL_PACKAGE=1. The default is to use all avaiable cores
# and set -j<CPUS>
NOPARALLEL_BUILD=0

# SYSROOT_INSTALL = 0 | 1
# packages are per default only installed in $STAGE1_CHROOT.
# if packages depened on the package being installed you can
# force the installation of the files in the package also into
# the sysroot of the cross-compiler
SYSROOT_INSTALL=0