summaryrefslogtreecommitdiff
path: root/archivers/cabextract/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 20:24:14 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 20:24:14 +0000
commitb427eb87ce990f7727a5d63c107d34cd197c528f (patch)
treeb6471bf3db242c75032be3311f7a4ce717187c43 /archivers/cabextract/DESCR
parent461042de918b432b8c3c3a7c19d772e646f65dfa (diff)
downloadpkgsrc-b427eb87ce990f7727a5d63c107d34cd197c528f.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/cabextract/DESCR')
-rw-r--r--archivers/cabextract/DESCR10
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.