15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
|
# Tanım: Python olay odaklı ağ oluşturma çerçevesi.
|
|||
|
# URL: http://www.twistedmatrix.com/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python python-setuptools python-zope_interface
|
|||
|
|
|||
|
isim=python-twisted
|
|||
|
surum=15.5.0
|
|||
|
devir=1
|
|||
|
kaynak=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$surum.tar.bz2)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd Twisted-$surum
|
|||
|
/usr/bin/python2 setup.py install --root=$PKG
|
|||
|
}
|