You are not logged in.
Compressing built packages takes a long time, especially for large packages. I can't figure out how to add the -1 option to xz. Is that currently possible? Otherwise, I'll add a feature request.
Last edited by kjslag (2011-09-13 02:52:13)
Offline
Offline
+1 for tarballs, if you don't mind the extra space they take up.
[karol@black ~]$ tail /etc/makepkg.conf
#
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
#
#PKGEXT='.pkg.tar.xz'
PKGEXT='.pkg.tar'
#PKGEXT='.pkg.tar.gz'
SRCEXT='.src.tar.gz'
# vim: set ft=sh ts=2 sw=2 et:[karol@black xnview]$ file xnview-1.70-5-i686.pkg.tar
xnview-1.70-5-i686.pkg.tar: POSIX tar archive
[karol@black xnview]$ du -sh xnview-1.70-5-i686.pkg.tar*
5,7M xnview-1.70-5-i686.pkg.tar
2,6M xnview-1.70-5-i686.pkg.tar.gz
1,3M xnview-1.70-5-i686.pkg.tar.xzhttps://bugs.archlinux.org/task/24765
Last edited by karol (2011-09-13 01:39:35)
Offline
You can also pass options to gzip, bzip2 and xz using an environment variable (see their man pages, use XZ_OPT for xz). I've tested it and it works fine with makepkg.
Offline
sweet, thx. plain tarballs are great.
Offline