# Description: SQLite için Python2 sarmalayıcı. # URL: https://github.com/rogerbinns/apsw # Packager: milisarge # 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 }