talimat 357 B

123456789101112131415161718
  1. # Tanım: SQLite için Python2 sarmalayıcı.
  2. # URL: https://github.com/rogerbinns/apsw
  3. # Paketçi: milisarge
  4. # Gerekler: python sqlite
  5. # Grup: kütüphane
  6. isim=python-apsw
  7. surum=3.8.4.3
  8. devir=1
  9. kaynak=(
  10. https://github.com/rogerbinns/apsw/archive/$surum-r1.tar.gz)
  11. derle() {
  12. cd apsw-$surum-r1
  13. python2 setup.py install --prefix=/usr --root=$PKG
  14. }