21 lines
467 B
Plaintext
21 lines
467 B
Plaintext
# 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)
|