1 # Contributor: Peter Simons <simons@cryp.to>
2 # Contributor: Nicolas Pouillard <nicolas.pouillard@gmail.com>
6 pkgdesc="a secure, decentralized, fault-tolerant filesystem"
8 url='http://tahoe-lafs.org/'
10 # net-tools is needed because Tahoe-LAFS uses /sbin/ifconfig
11 depends=('net-tools' 'python2' 'python2-zope-interface>=3.6.5'
12 'twisted' 'pyasn1' 'pycrypto' 'pycryptopp' 'nevow'
13 'python2-foolscap' 'python-simplejson' 'zfec' 'python2-pyopenssl'
14 'pyutil' 'python2-argparse' 'zbase32' 'pythonmock>=0.6.0')
15 source=(https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-$pkgver.tar.bz2)
16 sha256sums=('eb59f650dbeca94f2674f6691d30330662502d322b1c7e42ea81894e27c91d7a')
19 cd "$srcdir/allmydata-tahoe-$pkgver" || return 1
20 python2 setup.py build || return 1
21 #python2 setup.py test || return 1
25 cd "$srcdir/allmydata-tahoe-$pkgver" || return 1
26 python2 setup.py install --root="$pkgdir" || return 1