From b85491e9868b78d1779acb08e9b6718cc17ff141 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Feb 2018 20:39:38 +0100 Subject: prepared everything for stage 3 --- i486-stage3/template/DESCR | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 i486-stage3/template/DESCR (limited to 'i486-stage3') diff --git a/i486-stage3/template/DESCR b/i486-stage3/template/DESCR new file mode 100644 index 0000000..cb3d05e --- /dev/null +++ b/i486-stage3/template/DESCR @@ -0,0 +1,20 @@ +# 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 parameter to makepkg will be set to -j if +# NOPARALLEL_PACKAGE=1. The default is to use all avaiable cores +# and set -j +NOPARALLEL_BUILD=0 + +# ADDITIONAL_INSTALL_PACKAGE = +# 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= -- cgit v1.2.3