diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:24:14 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:24:14 +0000 |
commit | b427eb87ce990f7727a5d63c107d34cd197c528f (patch) | |
tree | b6471bf3db242c75032be3311f7a4ce717187c43 /archivers/cabextract/DESCR | |
parent | 461042de918b432b8c3c3a7c19d772e646f65dfa (diff) | |
download | pkgsrc-b427eb87ce990f7727a5d63c107d34cd197c528f.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/cabextract/DESCR')
-rw-r--r-- | archivers/cabextract/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/cabextract/DESCR b/archivers/cabextract/DESCR new file mode 100644 index 00000000000..a64dd0868c3 --- /dev/null +++ b/archivers/cabextract/DESCR @@ -0,0 +1,10 @@ +cabextract is a program that un-archives files in the Microsoft +cabinet file format (.cab) or any binary file which contains an +embedded cabinet file (frequently found in .exe files). + +cabextract will extract all files from all cabinet files specified on +the command line + +To extract a multi-part cabinet consisting of several files, only give +the first file as an argument to cabextract as it will automatically +look for the remaining files. |