milis/talimatname/genel/python-apsw/talimat
2016-02-24 02:27:23 +02:00

20 lines
467 B
Text

# Description: Python2 wrapper for SQLite.
# URL: URL: https://github.com/rogerbinns/apsw
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: python sqlite
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
}
# NuTyX Pkgfile (http://nutyx.org)