1f9b98ce5e
See http://parchive.sourceforge.net for details of PAR 2.0 specification and discussion of all things PAR. WHAT EXACTLY IS PAR2CMDLINE? par2cmdline is a program for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file.
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:36:07 tv Exp $
|
|
#
|
|
|
|
DISTNAME= par2cmdline-0.3
|
|
PKGNAME= ${DISTNAME:S/cmdline//}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=parchive/}
|
|
|
|
MAINTAINER= tv@duh.org
|
|
HOMEPAGE= http://parchive.sourceforge.net/
|
|
COMMENT= Create or use PAR2 parity volumes
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|