Package: unzoo Version: 4.4 Revision: 3 Source: http://archives.math.utk.edu/software/multi-platform/gap/util/%n.c Source-MD5: 98ea6ba1412a7f4efaee0b0c718c9a49 NoSourceDirectory: true CompileScript: gcc -DSYS_IS_UNIX -trigraphs -o unzoo unzoo.c InstallScript: << mkdir -p %i/bin cp -p unzoo %i/bin/ head -n 8 > README unzoo.c << DocFiles: README License: Public Domain Homepage: http://archives.math.utk.edu/software/multi-platform/gap/util Maintainer: Jack Fink Description: Unarchiver for zoo archive files DescDetail: << A zoo archive is a file that contains several files, called its members, usually in compressed form to save space. 'unzoo' can list all or selected members or extract all or selected members, i.e., uncompress them and write them to files. It cannot add new members or delete members. For this you need the zoo archiver, called 'zoo'. <<