summaryrefslogtreecommitdiffstats
path: root/extra/twistedweb2/Pkgfile
blob: 88ff3f01a9c731bcff08de1c5ac3b325e35d2400 (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:

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
}