diff options
author | Petr Kletecka <petr@kle.cz> | 2013-06-04 17:15:43 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:45 -0500 |
commit | d7894f52fcd9dd64ecdc892ac4cbb274eaef0ce0 (patch) | |
tree | 944e349dda84d5e1ffe2bca2ccf038039f92c4b6 /system/dtrx/slack-desc | |
parent | ded40d930b96b42bcf9dd589ddf66358f82ce79f (diff) | |
download | slackbuilds-d7894f52fcd9dd64ecdc892ac4cbb274eaef0ce0.tar.gz |
system/dtrx: Added (Intelligent archive extraction)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/dtrx/slack-desc')
-rw-r--r-- | system/dtrx/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/dtrx/slack-desc b/system/dtrx/slack-desc new file mode 100644 index 0000000000..a2e190b8f2 --- /dev/null +++ b/system/dtrx/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dtrx: dtrx (Intelligent archive extraction) +dtrx: +dtrx: dtrx extracts archives in a number of different formats. +dtrx: In addition to providing one command to handle many different archive +dtrx: types, dtrx also aids the user by extracting contents consistently. +dtrx: By default, everything will be written to a dedicated directory +dtrx: that's named after the archive. dtrx will also change the +dtrx: permissions to ensure that the owner can read and write all those +dtrx: files. +dtrx: +dtrx: website: http://brettcsmith.org/2007/dtrx/ |