          MODULE=unshield
         VERSION=0.6
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/synce
      SOURCE_VFY=sha1:3e1197116145405f786709608a5a636a19f4f3e1
        WEB_SITE=http://www.synce.org/oldwiki/index.php/Unshield
         ENTERED=20071126
         UPDATED=20090802
           SHORT="InstallShield CAB file unzipper"
cat << EOF
Works on both little-endian and big-endian systems
Separate the implementation in a tool and a library
Support InstallShield versions 5 and later
Be able to list contents of InstallShield Cabinet Files
Be able to extract files from InstallShield Cabinet Files
Uses a well known open source license (MIT)

There are two types of .CAB files: InstallShield cabinet files and Microsoft
cabinet files. Unshield only supports the InstallShield cabinets, usually
named data1.cab, data1.hdr, data2.cab, etc.
EOF
