summaryrefslogtreecommitdiffstats
path: root/extra/twisted/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/twisted/Pkgfile')
-rwxr-xr-xextra/twisted/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/twisted/Pkgfile b/extra/twisted/Pkgfile
new file mode 100755
index 000000000..40a13e147
--- /dev/null
+++ b/extra/twisted/Pkgfile
@@ -0,0 +1,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.1.0
+release=1
+source=(http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Twisted-$version.tar.bz2)
+
+build() {
+ cd Twisted-$version
+ python setup.py install --prefix=/usr --root=$PKG
+}