pkgsrc/converters/py-zfec/Makefile
gdt 190f861711 Import py26-zfec-1.4.7 as converters/py-zfec.
A fast erasure codec which can be used with the command-line, C,
Python, or Haskell.

Fast, portable, programmable erasure coding a.k.a. "forward error
correction": the generation of redundant blocks of information such
that if some blocks are lost then the original data can be recovered
from the remaining blocks. The zfec package includes command-line
tools, C API, Python API, and Haskell API.
2010-07-24 13:24:15 +00:00

20 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 13:24:15 gdt Exp $
#
DISTNAME= zfec-1.4.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= http://pypi.python.org/packages/source/z/zfec/
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://pypi.python.org/packages/source/z/zfec/
COMMENT= Fast erasure codec
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
# Uses internal egg.
#DEPENDS+= ${PYPKGPREFIX}-darcsver:../../devel/py-darcsver
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"