contrib/twisted/Pkgfile
2008-02-04 12:27:24 +11:00

21 lines
555 B
Plaintext

# Description: Python event-driven networking framework.
# URL: http://www.twistedmatrix.com/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: pyserial pyshadow gmpy pycrypto pyopenssl zopeinterface
name=twisted
version=2.5.0
release=1
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${version::3}/Twisted-$version.tar.bz2)
build() {
cd Twisted-$version
python setup.py build
python setup.py install --home=$PKG/usr
rm $PKG/usr/lib/python/twisted/python/zsh/README
}