* Five years have passed since the last release: completely updated the Autoconf build system, enable Autoconf large file support. * Warn about a compressed file's trailing zero bytes only if in verbose mode (for compatibility with recent versions of GNU tar). * Don't be too strict in favoring stdin - using `--no-stdin' should not be necessary any longer. * Added option `-P' to save/restore the path name of a compressed file. * Added option `--crc32' to use a crc32 instead of a adler32 checksum. * Fixed an assertion that could happen in very rare cases.
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/05/08 09:45:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= lzop-1.01
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.oberhumer.com/opensource/lzop/
|
|
COMMENT= Fast file compressor similar to gzip, using the LZO library
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../archivers/liblzo/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|