talimat 368 B

123456789101112131415161718
  1. # Tanım: Platformdan bağımsız dosya kilitleme modülü
  2. # URL: http://launchpad.net/pylockfile
  3. # Paketçi: milisarge
  4. # Gerekler: python-setuptools
  5. # Grup: sistem
  6. isim=lockfile
  7. surum=0.12.2
  8. devir=1
  9. kaynak=(https://pypi.python.org/packages/source/l/lockfile/lockfile-$surum.tar.gz)
  10. derle() {
  11. cd "${SRC}/${isim}-${surum}"
  12. python setup.py install --root=$PKG
  13. }