Brucey 01634072cb Update to libarchive 3.7.0. (#17) 2 years ago
..
android 01634072cb Update to libarchive 3.7.0. (#17) 2 years ago
oss-fuzz 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
psota-benchmark 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
shar 01634072cb Update to libarchive 3.7.0. (#17) 2 years ago
README 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
archivetest.c 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
libarchive.1aix53.spec 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
libarchive.spec 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
libarchive_autodetect-st_lib_archive.m4 0b5637f0c1 Archive.Core. Initial Import. 3 years ago
untar.c 8c4d642c50 Updated to libarchive 3.6.2.2d32907. 2 years ago

README

Many people have graciously sent me configuration
files, small programs that use libarchive, and other
useful and interesting tidbits.

I do not support or use any of these; but if you can use them, enjoy!

======================================================================

From: Andre Stechert

libarchive_autodetect-st_lib_archive.m4

M4 macros for use with autoconf to detect whether a suitable
version of libarchive is installed on this system.


======================================================================

libarchive.spec

An RPM ".spec" file for building libarchive on most systems.
This apparently was originally developed by a group at pld-linux.org.
Several people have sent me different versions of this file.

======================================================================

From: Robert Meier

libarchive.1aix53.spec

As above, for use on AIX5.3.

======================================================================

psota-benchmark

Some scripts used by Jan Psota in benchmarking
various tar implementations.

I've edited his results slightly to correctly reflect that
bsdtar does not support a "compare" operation.

======================================================================

shar

A simple shar program written on top of libarchive.

======================================================================

untar.c

A very simple and very portable standalone program that can
extract basic ustar archives.
This does not use libarchive and so can be used to extract
the libarchive distribution on any system that has a C compiler
but does not have a tar program.

======================================================================