home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / PPCUnTGZ.readme < prev    next >
Text File  |  1998-02-26  |  1KB  |  24 lines

  1. Short:    UnTGZ for Amiga powerUP (TM) V1.1, incl. source
  2. Author:   Pedro A. Aranda Guti, Jean-loup Gailly, Andreas R. Kleinert (port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     util/arc
  5.  
  6.  untgz.c -- Display contents and/or extract file from
  7.  a gzip'd TAR file
  8.  written by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
  9.  adaptation to Unix by Jean-loup Gailly <jloup@gzip.org>
  10.  adaption to Amiga powerUP (TM) PPC by Andreas R. Kleinert <Andreas_Kleinert@t-online.de>
  11.  
  12.  Usage : untgz TGZfile            to extract all files
  13.          untgz TGZfile fname ...  to extract selected files
  14.          untgz -l TGZfile         to list archive contents
  15.          untgz -h                 to display this help
  16.  
  17.  
  18.  This archive only does include source and SAS/C makefile for UnTGZ.c
  19.  - for recompilation, you also will need a copy of zlib. the zlib sources
  20.  and binaries are available from various public FTP sites. A listing
  21.  can be found on the zlib homepage under http://www.cdrom.com/pub/infozip/zlib/
  22.  
  23.  This is V1.1 powerUP (TM) port of Unix V0.1 UnTGZ, using zlib 1.1.0
  24.