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

  1. Short:    UnTGZ for Amiga (PPC,WarpOS), incl. source
  2. Author:   Pedro A. Aranda Guti, Jean-loup Gailly, MagicSN@Birdland.es.bawue.de (port)
  3. Uploader: MagicSN@Birdland.es.bawue.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 PPC WarpOS by MagicSN@Birdland.es.bawue.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 WarpOS port of Unix V0.1 UnTGZ, using zlib 1.0.4
  24.