0d584f1853
Changes in version 1.15: Lziprecover can now repair multi-member files with up to one byte error per member, without having to split them first. Lziprecover can now merge multi-member files without having to split them first even if some copies have the header and the trailer damaged. The chapters "Repairing files", "Merging files" and "Unzcrash" have been added to the manual.
19 lines
585 B
Makefile
19 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/10/09 20:35:10 wiz Exp $
|
|
|
|
DISTNAME= lziprecover-1.15
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/
|
|
|
|
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-v3
|
|
|
|
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"
|