#Maintainer: Dimitris Tzemos <djemos~at~slackel~dot~gr>

pkgname=python-twisted
pkgver=13.0.0
pkgrel=1rl
source=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$pkgver.tar.bz2)
sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/
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/Twisted-$pkgver || return 1
     
python setup.py build || exit 1
python setup.py install --root=$startdir/pkg || exit 1 
        
 }

