summaryrefslogtreecommitdiffstats
path: root/extra/twisted/Pkgfile
blob: c55f26730aa129883e95801d4f2fbe0ff599468d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Communication mode asynchrone écrit en Python 
# URL: http://twistedmatrix.com/trac/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python, pycrypto, zope-interface

name=twisted
version=8.2.0
release=1
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-$version.tar.bz2)

build() {
        cd Twisted-$version
        python setup.py install --prefix=/usr --root=$PKG
}