talimat 380 B

1234567891011121314151617
  1. # Tanım: Pythonic, nesne yönelimli bir web geliştirme çerçevesi.
  2. # URL: http://www.cherrypy.org/
  3. # Paketçi: milisarge
  4. # Gerekler: python
  5. # Grup: geliştirme
  6. isim=python-cherrypy
  7. surum=3.6.0
  8. devir=1
  9. kaynak=(https://pypi.python.org/packages/source/C/CherryPy/CherryPy-$surum.tar.gz)
  10. derle() {
  11. cd CherryPy-$surum
  12. python2 setup.py install --prefix=/usr --root=$PKG
  13. }