#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=twisted-web2 pkgver=8.1.0 zenver=64 pkgrel=1 arch=noarch source=("http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-$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=('noautodotnew') extradepends=("python" "twisted") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "twisted-web2 is an experimental web server built with Twisted." "Useful Web2 functionality will be backported to TwistedWeb until" "TwistedWeb is as featureful as Web2, then Web2 will be abandoned." ) build() { cd $startdir/src/TwistedWeb2-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }