diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-08 11:04:43 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-08 11:04:43 +0200 |
| commit | 16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d (patch) | |
| tree | 3d22f54f7298f81b18ed66d05a62fa8bfab359ab /libarchive/README | |
| download | tuxcmd-modules-16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d.tar.xz | |
Initial commitv0.6.36release-0.6.36-dev
Diffstat (limited to 'libarchive/README')
| -rw-r--r-- | libarchive/README | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/libarchive/README b/libarchive/README new file mode 100644 index 0000000..7074764 --- /dev/null +++ b/libarchive/README @@ -0,0 +1,50 @@ +libarchive plugin for Tux Commander + Version: 0.0.4 + Release date: 2008-May-18 + +Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net> +http://tuxcmd.sourceforge.net + +This plugin uses libarchive library v2.4.17 +Copyright (c) 2003-2007 Tim Kientzle +http://people.freebsd.org/~kientzle/libarchive/ +See libarchive-2.4.17/COPYING for licensing conditions + + + +This is the libarchive archiving VFS (Virtual File System) plugin +for Tux Commander file manager. Uses libarchive library, providing access +and routines for manipulation with the archives. + +By default, Tux Commander binary package comes with statically linked +libarchive plugin, not requiring any libraries other than zlib and bzip2, +which are pretty standard in modern linux distributions. + + +Feature highlights: + * read-only support for TAR, TAR.GZ, TAR.BZ2, ISO9660, CPIO, A (ar), + DEB archives + * full support for Unix file and directory permissions + * large files (> 4GB) support + * correctly handles sparse files + +To be implemented: + * archive consistency testing (needs new VFS API) + * write support (probably creating new archives only) + +Requirements: + - system zlib and bzip2 libraries + + +Static compilation (default): + - requires uudecode utility (sharutils package) + - "make static" + - libz and libbz2 are still linked dynamically + - libarchive sources are included in plugin source tree, no need + for any external files + +Shared library compilation: + - requires libarchive library installed on your system + - "make shared" + +Compilation has been tested with gcc compiler version 4.2.3 and 4.3.0 |
