X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgmk.conf.5.in;h=f5adb9c34497cc931ea46423bba1cc3b0b53f4bb;hb=bf4255e16b64eb26eeda62b610d24c111a2fe574;hp=dcb6a207124240f654fb4ac6ce3f5f626c1bb734;hpb=51c534c2bd638d6ef849bac15c6106a17a682b56;p=pkgutils-cross.git diff --git a/pkgmk.conf.5.in b/pkgmk.conf.5.in index dcb6a20..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 @@ -53,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-2008 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.