X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgmk.conf.5.in;h=216a3e114ca0431e982693827ea05336d7f9b018;hb=163aacb1ff22837484088c1b41272684df7fc2f2;hp=36a26c1b7e82b0e47f3f27b4c82190100c2e3fef;hpb=140951a0685c5b159a75f86ebaf8a8703a3568ac;p=pkgutils-cross.git diff --git a/pkgmk.conf.5.in b/pkgmk.conf.5.in index 36a26c1..216a3e1 100644 --- a/pkgmk.conf.5.in +++ b/pkgmk.conf.5.in @@ -39,6 +39,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 @@ -53,9 +57,14 @@ Default: 'no' 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-2008 CRUX team (http://crux.nu). pkgmk (pkgutils) is licensed through the GNU General Public License. Read the COPYING file for the complete license.