pkgsrc/archivers/lziprecover/Makefile
mef 29895246de Update 1.16 to 1.17
-------------------
2015-05-28  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.17 released.
	* New block selection algorithm makes merge up to 100 times faster.
	* repair.cc: Repair time has been reduced by 15%.
	* Added new option '-y, --debug-delay'.
	* Added new option '-z, --debug-repair'.
	* Makefile.in: Added new targets 'install*-compress'.
	* testsuite/unzcrash.cc: Moved to top directory.
	* lziprecover.texi: Added chapter 'File names'.
2015-07-26 12:17:47 +00:00

19 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/07/26 12:17:47 mef Exp $
DISTNAME= lziprecover-1.17
CATEGORIES= archivers
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lziprecover/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nongnu.org/lzip/lziprecover.html
COMMENT= Recovery tool for lossless data compressor based on the LZMA algorithm
LICENSE= gnu-gpl-v2 # or later
USE_LANGUAGES= c++
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES= YES
.include "../../mk/bsd.pkg.mk"