index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-04 09:37:37 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-04 09:37:37 +0100 |
commit | 043b28ac8ebcaedac5d39bdf7f1f366b7818a666 (patch) | |
tree | 4f7784dc6b5530bbb7623d0ca2ddb4c71beb3c40 /i486-stage1/template/DESCR | |
parent | 7be0daa504d7c43e20dc5583350417bff8d0f474 (diff) |
-rw-r--r-- | i486-stage1/template/DESCR | 24 |
diff --git a/i486-stage1/template/DESCR b/i486-stage1/template/DESCR new file mode 100644 index 0000000..faa5d7f --- /dev/null +++ b/i486-stage1/template/DESCR @@ -0,0 +1,24 @@ +# 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 + +# ADDITIONAL_INSTALL_PACKAGE = <package name> +# per default the package has the same name as the package file, +# some packages generate additional package files to install +# (for example util-linux also has a libutil-linux) +# Note: SYSROOT_INSTALL respects this too +ADDITIONAL_INSTALL_PACKAGE= |