diff options
author | mario <mario@slackverse.org> | 2012-01-15 13:11:50 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-01-15 13:11:50 -0600 |
commit | 11bbd00fa4bcfb26f7824da9f067df54883ce5a3 (patch) | |
tree | 907cdb300dd515952602bcf468274639dd60e608 /system/rar2fs/README | |
parent | 5e01cadb059ee62d8b818cf60db3a739b3cd8b30 (diff) | |
download | slackbuilds-11bbd00fa4bcfb26f7824da9f067df54883ce5a3.tar.gz |
system/rar2fs: Added (a FUSE based file system for RAR archives)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rar2fs/README')
-rw-r--r-- | system/rar2fs/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/rar2fs/README b/system/rar2fs/README new file mode 100644 index 0000000000..4582f9c55f --- /dev/null +++ b/system/rar2fs/README @@ -0,0 +1,6 @@ +rar2fs is a FUSE based file system that can mount a source RAR archive/volume +or a directory containing any number of RAR archives and access (read only) the +contents as plain files/directories. Other files located in the source directory +are handled transparently. + +This requires libunrar. |