X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgmk.conf.5.in;h=f5adb9c34497cc931ea46423bba1cc3b0b53f4bb;hb=6a31b4ed420b0b829b000e3789a3508bbf0a3628;hp=36a26c1b7e82b0e47f3f27b4c82190100c2e3fef;hpb=140951a0685c5b159a75f86ebaf8a8703a3568ac;p=pkgutils-cross.git diff --git a/pkgmk.conf.5.in b/pkgmk.conf.5.in index 36a26c1..f5adb9c 100644 --- a/pkgmk.conf.5.in +++ b/pkgmk.conf.5.in @@ -19,6 +19,11 @@ Set C++ compiler options. .br Default: none .TP +\fBexport MAKEFLAGS='STRING'\fP +Set make options. +.br +Default: none +.TP \fBPKGMK_SOURCE_MIRRORS=('STRING')\fP Set mirrors to check and download source archives from. .br @@ -39,6 +44,10 @@ Set directory for building packages. .br Default: '\fBfoo\fP/work', where \fBfoo\fP is the directory of the Pkgfile. .TP +\fBPKGMK_WGET_OPTS='STRING'\fP +Additional options for wget(1), which is used by pkgmk to download all files. +.br +.TP \fBPKGMK_DOWNLOAD='STRING'\fP If set to 'yes', pkgmk will download the source archives if necessary. .br @@ -49,13 +58,23 @@ If set to 'yes', pkgmk will not perform a footprint check of the built package. .br Default: 'no' .TP +\fBPKGMK_IGNORE_NEW='STRING'\fP +If set to 'yes', pkgmk will ignore new files in a footprint mismatch. +.br +Default: 'no' +.TP \fBPKGMK_NO_STRIP='STRING'\fP If set to 'no', pkgmk will strip built binaries. .br Default: 'no' +.TP +\fBPKGMK_COMPRESSION_MODE='STRING'\fP +Option to select the mode used to compress the packages. Valid strings are gz, bz2 and xz. +.br +Default: 'gz' .SH SEE ALSO pkgmk(8) .SH COPYRIGHT -pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu). +pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2013 CRUX team (http://crux.nu). pkgmk (pkgutils) is licensed through the GNU General Public License. Read the COPYING file for the complete license.