updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / twisted-web2 / PKGBUILD
blobb4ac4997f1e50b382985218defd1c9a63ca69b06
1 # Contributor: Paul Nicholson <brenix@gmail.com>
2 # Contributor:  Nathan Jones <nathanj@insightbb.com>
3 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
5 pkgname=twisted-web2
6 pkgver=8.1.0
7 pkgrel=4
8 pkgdesc="The twisted.web2 package in Twisted."
9 arch=('any')
10 url="http://twistedmatrix.com/"
11 license=('MIT')
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')
17 build() {
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