diff options
Diffstat (limited to 'extra/python-sqlite/Pkgfile')
-rw-r--r-- | extra/python-sqlite/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python-sqlite/Pkgfile b/extra/python-sqlite/Pkgfile index c3f29177c..ff1a6d1ad 100644 --- a/extra/python-sqlite/Pkgfile +++ b/extra/python-sqlite/Pkgfile @@ -2,18 +2,18 @@ # URL: http://code.google.com/p/pysqlite # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: python , sqlite3 +# Depends on: sqlite3 name=python-sqlite version=2.6.0 -release=1 +release=2 source=( http://pysqlite.googlecode.com/files/pysqlite-$version.tar.gz setup.cfg) build() { cd pysqlite-$version cp $SRC/setup.cfg . - python setup.py install --root=$PKG + python2 setup.py install --root=$PKG install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE } |