#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=twisted pkgver=12.0.0 zenver=72 pkgrel=1 arch=i486 source=("http://tmrc.mit.edu/mirror/twisted/Twisted/12.0/Twisted-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://twistedmatrix.com/trac/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Twisted is an event-driven networking engine written in Python." "Twisted projects variously support TCP, UDP, SSL/TLS, multicast," "Unix sockets, a large number of protocols (including HTTP, NNTP, IMAP," "SSH, IRC, FTP, and others), and much more." ) build() { cd $startdir/src/Twisted-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }