blob: a9bdb0ead5813ad74539bbda6e10fd0631336df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Description: serveur, fourni aussi le support basique des clients HTTP
# URL: http://twistedmatrix.com/trac/wiki/TwistedWeb
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: twisted
# Run on: twisted
name=twistedweb2
version=8.1.0
release=1
source=(http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-$version.tar.bz2)
build() {
cd TwistedWeb2-$version
python2 setup.py install --prefix=/usr --root=$PKG
}
|