summaryrefslogtreecommitdiff
path: root/archivers/lziprecover/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-03-14 14:40:36 +0000
committerwiz <wiz@pkgsrc.org>2012-03-14 14:40:36 +0000
commit3f725f42be0e5995bd889050d13dcaed634459a2 (patch)
tree76bae69efa309187b45ebd76a4c0e34ecd66fa93 /archivers/lziprecover/Makefile
parentb42ccacf403547be55ca5390b7645138cb193661 (diff)
downloadpkgsrc-3f725f42be0e5995bd889050d13dcaed634459a2.tar.gz
Initial import of lziprecover-1.13:
Lziprecover is a data recovery tool and decompressor for files in the lzip compressed data format (.lz) able to repair slightly damaged files, recover badly damaged files from two or more copies, extract undamaged members from multi-member files, decompress files and test integrity of files. Lziprecover is able to recover or decompress files produced by any of the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip and pdlzip. This recovery capability contributes to make the lzip format one of the best options for long-term data archiving. Lziprecover is able to efficiently extract a range of bytes from a multi-member file, because it only decompresses the members containing the desired data.
Diffstat (limited to 'archivers/lziprecover/Makefile')
-rw-r--r--archivers/lziprecover/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/lziprecover/Makefile b/archivers/lziprecover/Makefile
new file mode 100644
index 00000000000..df8c5abab5e
--- /dev/null
+++ b/archivers/lziprecover/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/14 14:40:36 wiz Exp $
+
+DISTNAME= lziprecover-1.13
+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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+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"