24 Mar
2008
24 Mar
'08
11:50 p.m.
Did you try with bsdtar on the extraction as well? That may make a difference over (gnu)tar. Should be: time bsdtar xf ../oo.tar.gz time bsdtar xf ../oo.tar.bz2 time bsdtar --use-compress-program=lzma -xf ../oo.tar.lzma
-Dan
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://archlinux.org/mailman/listinfo/pacman-dev
Personally I don't like gzip and bzip2, so I'm interested in any alternative compressors. But I prefer the current transparent libarchive-way, and AFAIK libarchive doesn't support lzma and won't support it due to the license war. Is there any lzma-capable alternative of libarchive? Bye