pkgsrc/filesystems/tahoe-lafs/Makefile
gdt 938e60f95e Import tahoe-lafs-1.7.1 as filesystems/tahoe-lafs.
Tahoe-LAFS is a Free Software/Open Source decentralized data store.
It distributes your filesystem across multiple servers, and even if
some of the servers fail or are taken over by an attacker, the entire
filesystem continues to work correctly and to preserve your privacy
and security.
2010-07-24 18:14:27 +00:00

43 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 18:14:27 gdt Exp $
#
VERSION= 1.7.1
DISTNAME= allmydata-tahoe-${VERSION}
PKGNAME= tahoe-lafs-${VERSION}
CATEGORIES= filesystems
MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/releases/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://tahoe-lafs.org/
COMMENT= Distributed fault-tolerant least-authority filesystem
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
# TODO
# fix nevow: doc location
DEPENDS+= ${PYPKGPREFIX}-zfec:../../converters/py-zfec
DEPENDS+= ${PYPKGPREFIX}-zbase32:../../converters/py-zbase32
DEPENDS+= ${PYPKGPREFIX}-simplejson:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-argparse:../../devel/py-argparse
# Included egg darcsver, but depend anyway.
DEPENDS+= ${PYPKGPREFIX}-darcsver:../../devel/py-darcsver
DEPENDS+= ${PYPKGPREFIX}-pyutil:../../devel/py-pyutil
# Included egg setuptools_trial, not used.
# Included egg setuptools_darcs, used (no package yet).
DEPENDS+= ${PYPKGPREFIX}-foolscap:../../net/py-foolscap
DEPENDS+= ${PYPKGPREFIX}-twisted:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-asn1:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-crypto:../../security/py-crypto
DEPENDS+= ${PYPKGPREFIX}-cryptopp:../../security/py-cryptopp
DEPENDS+= ${PYPKGPREFIX}-OpenSSL:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-nevow:../../www/py-nevow
REPLACE_PYTHON+= src/allmydata/reliability.py
REPLACE_PYTHON+= src/allmydata/storage/shares.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"