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

17 lines
345 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: SQLite için Python2 sarmalayıcı.
2017-04-12 14:22:37 +02:00
# URL: https://github.com/rogerbinns/apsw
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python sqlite
2017-04-12 14:22:37 +02:00
2016-02-24 01:27:23 +01:00
name=python-apsw
version=3.8.4.3
release=1
source=(
https://github.com/rogerbinns/apsw/archive/$version-r1.tar.gz)
build() {
cd apsw-$version-r1
python2 setup.py install --prefix=/usr --root=$PKG
}