index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-15 11:15:58 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-15 11:15:58 +0100 |
commit | 80afdd710922f82171bb9250c33dca18475f42ca (patch) | |
tree | 2c604fc7cd126de2d039021e98356c1344e88a5f /i486-stage4 | |
parent | 69f68ac358363ac31110fa1a1956539be60af313 (diff) |
-rw-r--r-- | i486-stage4/template/DESCR | 24 |
diff --git a/i486-stage4/template/DESCR b/i486-stage4/template/DESCR new file mode 100644 index 0000000..80bb717 --- /dev/null +++ b/i486-stage4/template/DESCR @@ -0,0 +1,24 @@ +# FETCH_METHOD = "asp" | "yaourt" | "packages32" +# "asp" is the default tool to fetch the package description PKGBUILD and +# associated patch and other files. +# If the package exists only on AUR, then use "yaourt". +# If you want the package from Archlinux32, use "packages32". +# (this is only for where to get the base set of files from, the patches +# from packages32 are always applied) +FETCH_METHOD="asp" + +# 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 + +# 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) +ADDITIONAL_INSTALL_PACKAGE= + +# FORCE_INSTALL = 0 | 1 +# per default packages should not be forced. +FORCE_INSTALL=0 |