updated on Fri Jan 13 12:00:28 UTC 2012
[aur-mirror.git] / tahoe-lafs / PKGBUILD
blobc6298b46c35bfcdb9c7d94e29b1aa434be76a31f
1 # Contributor: Peter Simons <simons@cryp.to>
2 # Contributor: Nicolas Pouillard <nicolas.pouillard@gmail.com>
3 pkgname=tahoe-lafs
4 pkgver=1.9.1
5 pkgrel=1
6 pkgdesc="a secure, decentralized, fault-tolerant filesystem"
7 arch=('i686' 'x86_64')
8 url='http://tahoe-lafs.org/'
9 license=('GPL')
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')
18 build(){
19   cd "$srcdir/allmydata-tahoe-$pkgver" || return 1
20   python2 setup.py build || return 1
21   #python2 setup.py test || return 1
24 package(){
25   cd "$srcdir/allmydata-tahoe-$pkgver" || return 1
26   python2 setup.py install --root="$pkgdir" || return 1