talimat 393 B

123456789101112131415
  1. # Description: Python olay odaklı ağ oluşturma çerçevesi.
  2. # URL: http://www.twistedmatrix.com/
  3. # Packager: milisarge
  4. # Depends on: python python-setuptools python-zope_interface
  5. name=python-twisted
  6. version=15.5.0
  7. release=1
  8. source=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$version.tar.bz2)
  9. build() {
  10. cd Twisted-$version
  11. /usr/bin/python2 setup.py install --root=$PKG
  12. }