summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChristian Hesse <mail@earthworm.de>2012-02-11 10:48:59 +0100
committerDan McGee <dan@archlinux.org>2012-03-09 00:28:36 +0100
commit09a93b2e0e8d603328c484a92cad90a1558c6f89 (patch)
tree776dd6dfc5f7e1612e4d2993f3bba77da0915951 /etc
parente85e77e6f9f0979a16d69cd93ee6ea35583e9bfb (diff)
downloadpacman-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 'etc')
-rw-r--r--etc/makepkg.conf.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index e9152c8b..6c87ea4c 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -107,6 +107,16 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
#GPGKEY=""
#########################################################################
+# COMPRESSION DEFAULTS
+#########################################################################
+#
+COMPRESSGZ=(gzip -c -f -n)
+COMPRESSBZ2=(bzip2 -c -f)
+COMPRESSXZ=(xz -c -z -)
+COMPRESSZ=(compress -c -f)
+
+
+#########################################################################
# EXTENSION DEFAULTS
#########################################################################
#