diff options
author | Christian Hesse <mail@earthworm.de> | 2012-02-11 10:48:59 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-09 00:28:36 +0100 |
commit | 09a93b2e0e8d603328c484a92cad90a1558c6f89 (patch) | |
tree | 776dd6dfc5f7e1612e4d2993f3bba77da0915951 /doc/makepkg.conf.5.txt | |
parent | e85e77e6f9f0979a16d69cd93ee6ea35583e9bfb (diff) | |
download | pacman-09a93b2e0e8d603328c484a92cad90a1558c6f89.tar.gz pacman-09a93b2e0e8d603328c484a92cad90a1558c6f89.tar.xz |
makepkg: allow specifying compression options
Adds the ability to override the commands used to compressing
compiled and source packages. This is useful for those wanting
to use alternative implementations of the compression tools or
non-default compression options.
Allan: documented options in man page
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r-- | doc/makepkg.conf.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index db1e6d53..5970946d 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -213,6 +213,10 @@ Options This value is used when querying a package to see who was the builder. It is recommended you change this to your name and email address. +**COMPRESSGZ=**"(gzip -c -f -n)", **COMPRESSBZ2=**"(bzip2 -c -f)", **COMPRESSXZ=**"(xz -c -z -)", **COMPRESSZ=**"(compress -c -f)":: + Sets the command and options used when compressing compiled or source + packages in the named format. + **PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz":: Sets the compression used when making compiled or source packages. The current valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, and |