1 # Contributor: Paul Nicholson <brenix@gmail.com>
2 # Contributor: Nathan Jones <nathanj@insightbb.com>
3 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
8 pkgdesc="The twisted.web2 package in Twisted."
10 url="http://twistedmatrix.com/"
12 depends=('twisted' 'python2')
13 conflicts=('twisted-web')
14 source=("http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-8.1.0.tar.bz2")
15 md5sums=('e34b48edf6fef075bd41ddbd215aed32')
18 cd $srcdir/TwistedWeb2-8.1.0/
19 python2 setup.py install --prefix=/usr --root=$pkgdir
20 install -D -m644 LICENSE \
21 $pkgdir/usr/share/licenses/twisted-web2/LICENSE