#Maintainer: Dimitris Tzemos pkgname=Twisted pkgver=10.2.0 pkgrel=1dj source=(http://tmrc.mit.edu/mirror/twisted/$pkgname/10.2/$pkgname-$pkgver.tar.bz2) docs=("README" "LICENSE" "Changelog" "DEPENDS" "docs") url=http://twistedmatrix.com/trac/wiki slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Twisted (Python networking framework)" "Twisted is an event-driven networking framework written in Python and" "licensed under the MIT license. See the FAQ for commonly asked" "questions about Twisted. 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/$pkgname-$pkgver || return 1 python setup.py build || exit 1 python setup.py install --root=$startdir/pkg || exit 1 }