17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
|
# 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
|
|||
|
}
|