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

17 lines
337 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: SQLite için Python2 sarmalayıcı.
2017-04-12 15:22:37 +03:00
# URL: https://github.com/rogerbinns/apsw
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python sqlite
2017-04-12 15:22:37 +03:00
2017-10-28 15:10:23 +03:00
isim=python-apsw
surum=3.8.4.3
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(
https://github.com/rogerbinns/apsw/archive/$surum-r1.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd apsw-$surum-r1
2016-02-24 02:27:23 +02:00
python2 setup.py install --prefix=/usr --root=$PKG
}