
 Description
-------------

`unpackfs' is a filesystem based on fuse (filesystem in userspace) for
transparent unpacking of archives.  It shows the content of archives
right beside them in the filesystem hierarchy.


 Installation
--------------

See the file INSTALL for a detailed description how to install this
package.

As a shortcut you could use:
./configure && make && make install

Run the testsuite to check if the behavior of the compiled filesystem is
as expected (in this case a message `all tests passed.' will be shown):
make check

If the library libfuse and its include files are installed in a
directory which is not found by the compiler you should use:
./configure --with-libfuse=/PATH-TO-FUSE && make && make install

`unpackfs' was developed and tested with fuse version 2.4.1 but newer
versions of fuse should work too.

Be sure that fuse is installed correct and that the kernel module
`fuse.ko', the library `libfuse.so' and the tool `fusermount' are built
from the same sources you use to compile `unpackfs'!


 Documentation
---------------

The documentation is in `unpackfs.info'.
To view it use `info -f unpackfs.info' or an ascii viewer of your
choice.

From the texinfo source it is possible to generate html and dvi versions
of the documentation with `make html' or `make dvi' repectively.


 Files
-------

AUTHORS                      Who wrote unpackfs.
COPYING                      The GNU General Public License
                             says how you can use unpackfs.
INSTALL                      Detailed generic instructions how to
                             install this package.
Makefile.in                  File for configure to create Makefile
README                       This file.
config                       Tools for configure
configure                    Shell script to automatically configure
                             this source code package
configure.ac                 source for `autoconf' to create configure
doc                          Documentation of the program.
src                          Source files of the program.
testsuite                    Check correct function of the program.

