Peter Hyman
4e4fa1770a
configure --enable-static-bin fix
...
Some distros do not include the static liblzo2 library.
This causes linking static to fail because libtool tries
to link a dynamic liblzo2.so into a static lrzip.
Inserted minilzo in the source treeto compile along with lrzip.
Minilzo is written by Markus F.X.J. Oberhumer
https://www.oberhumer.com/opensource/lzo/
2020-04-17 10:19:07 -05:00
Con Kolivas
d9cbf03a45
Fix lrz symbolic linkage
2015-04-16 16:44:01 +10:00
ckolivas
90c8072deb
Add compatibility mode with gzip
2015-03-13 13:02:54 +11:00
Con Kolivas
2c151a0d1b
Fix wrong README file being included in Makefile
2014-05-30 22:48:48 +10:00
Con Kolivas
184a8f0025
Rename lrzip.h to lrzip_core.h to cope with case insensitive filesystems not working with Lrzip.h vs lrzip.h
2012-07-07 21:39:40 +10:00
Con Kolivas
c2ed75b868
Revert "Include Lrzip.h in sources."
...
This reverts commit 36c777e6d3 .
Wrong fix for case insensitive issue filesystem lrzip.h vs Lrzip.h
2012-07-07 21:34:49 +10:00
Con Kolivas
36c777e6d3
Include Lrzip.h in sources.
2012-07-07 21:24:54 +10:00
Con Kolivas
fbcf0fcfd4
Delete now-unused zpipe code.
2012-03-16 23:04:20 +11:00
Con Kolivas
73df7ebcd3
Merge branch 'master' into zpaq
2012-03-16 09:53:27 +11:00
Con Kolivas
dd89bdcf3e
Add minimal libzpaq compilation support.
2012-03-16 08:59:04 +11:00
ckolivas
11f869dabe
Fix Lrzip.h not being installed into include directory and make distcheck failing.
2012-03-15 11:16:57 +11:00
discomfitor
5f9f1bd6f9
actually install pc file
2012-03-07 12:03:45 +11:00
ckolivas
55a645c451
Rename liblrzip.h to Lrzip.h courtesy of discomfitor <mike@zentific.com>
2012-03-07 12:02:13 +11:00
ckolivas
d3b5c4e5a3
Fix distcheck courtesy of discomfitor <mike@zentific.com>
2012-03-07 11:58:10 +11:00
ckolivas
754ed90e8e
Full doxygen implementation courtesy of discomfitor <mike@zentific.com>
2012-03-07 11:57:22 +11:00
ckolivas
a62e78186e
Merge branch 'liblrzip' of github.com:ckolivas/lrzip into liblrzip
...
Conflicts:
rzip.c
2012-03-07 11:41:35 +11:00
Con Kolivas
b5ec3072cc
Remove the bash completion script entirely and leave it up to the bash completion package maintenance.
2011-09-22 16:24:59 +10:00
Con Kolivas
9131188233
Add missing header file to makefile definition.
2011-09-18 09:34:54 +10:00
Con Kolivas
64be4018b4
Try again to fix the bash completion installation.
2011-09-18 09:30:44 +10:00
Con Kolivas
01d80cea58
Merge branch 'master' into liblrzip
2011-09-17 17:47:35 +10:00
Con Kolivas
79c2e9accd
Fix bash completion installation.
2011-09-17 17:46:55 +10:00
Con Kolivas
18105bbf7c
Merge branch 'master' into liblrzip
...
Conflicts:
lrzip.c
2011-09-16 22:55:34 +10:00
Con Kolivas
d5e048dccf
Add a bash completion script courtest of Fernando Auil and install it if possible.
2011-09-15 13:53:50 +10:00
discomfitor
120153c975
new liblrzip demo which mimics lrzip, updates to simple decompress demo
2011-08-17 20:59:41 +10:00
discomfitor
4721863c4f
v0.00000000000000000000001 of liblrzip
2011-08-17 20:59:40 +10:00
Con Kolivas
d033743e6f
Add lrzcat symlink which automatically decompresses to stdout.
...
Revert automatic compression/decompression to stdout when not outputting to a tty, to be consistent with gzip.
2011-05-07 13:22:35 +10:00
Con Kolivas
4aad2818f7
Fix symlink generation to work with package generation.
...
Patch courtesy of Pascal Bleser <pascal.bleser@opensuse.org>
2011-03-24 10:54:49 +11:00
Con Kolivas
2b49ca9d8f
Forgot to install the lrzuntar, lrunzip symlinks and the pod based manpages.
...
Bump version to 0.601.
2011-03-24 08:45:59 +11:00
Con Kolivas
3e3759fb09
Remove the crappy regression test script from release tarballs.
2011-03-23 11:10:02 +11:00
Con Kolivas
0efcec6304
Reenable static binary compilation with --enable-static-bin configuration option.
2011-03-23 09:43:17 +11:00
Con Kolivas
bc86829763
Modify aes and sha from polar to build into lrzip.
2011-03-15 20:22:26 +11:00
Con Kolivas
ebd3220321
Reinstate largefile check.
...
Fix build breakage.
2011-03-09 09:06:37 +11:00
Con Kolivas
f6f0a25ef6
rebase-of-function-split-and-control-additions-to-fu
2011-03-09 08:32:14 +11:00
ckolivas
6e72b520a9
Fix failed build on make distdir.
2011-03-08 13:06:24 +11:00
Con Kolivas
5eaa1cc42b
Updated autotools/conf system courtesy of Michael Blumenkrantz <mike@zentific.com>.
2011-02-27 00:17:29 +11:00