milis/talimatname/genel/p/python-apsw/talimat

17 lines
337 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: SQLite için Python2 sarmalayıcı.
# URL: https://github.com/rogerbinns/apsw
# Paketçi: milisarge
# Gerekler: python sqlite
isim=python-apsw
surum=3.8.4.3
devir=1
kaynak=(
https://github.com/rogerbinns/apsw/archive/$surum-r1.tar.gz)
derle() {
cd apsw-$surum-r1
python2 setup.py install --prefix=/usr --root=$PKG
}