diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-06 18:42:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 18:42:35 +0700 |
commit | 644bd3f024fdfb7c8be51331c4573519cb610110 (patch) | |
tree | 3b15428abf0c5d47628066b779b48cf1969f2df9 /system/lhasa/README | |
parent | 7408017fa321eff3a96f2ad339004af5a65b3d99 (diff) | |
download | slackbuilds-644bd3f024fdfb7c8be51331c4573519cb610110.tar.gz |
system/lhasa: Added (replacement for UNIX LHA tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lhasa/README')
-rw-r--r-- | system/lhasa/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/lhasa/README b/system/lhasa/README new file mode 100644 index 0000000000..c6441fdb2b --- /dev/null +++ b/system/lhasa/README @@ -0,0 +1,17 @@ +lhasa (Free Software replacement for UNIX LHA tool) + +Lhasa is a Free Software replacement for the Unix LHA tool, for +decompressing .lzh (LHA / LHarc) and .lzs (LArc) archives. The backend for +the tool is a library, so that it can be reused for other purposes. Lhasa +aims to be compatible with as many types of lzh/lzs archives as +possible. It also aims to generate the same output as the (non-free) +Unix LHA tool, so that it will act as a drop-in free replacement. + +Note that lhasa is only for *decompressing*, not compressing/creating +archives. + +The binary is installed as /usr/bin/lhasa. If installing on a system that +doesn't already have Slackware's lha package, symlinks will be created +so lhasa can be called as /usr/bin/lha (and "man lha" will work). This +allows lhasa to replace Slackware's lha package, but doesn't conflict +if both are installed. |