diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:32:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:32:54 +0100 |
commit | 18d31e8fc4cfd87089b294df9eb476792cb491fe (patch) | |
tree | 433ac453873a2ac7b57690160949f7cab8efedae /extra/python-sqlite/Pkgfile | |
parent | 6a53bd0e17bdd9f15e6df9640e6915c728e566fe (diff) | |
download | nutyx-extra-18d31e8fc4cfd87089b294df9eb476792cb491fe.tar.gz nutyx-extra-18d31e8fc4cfd87089b294df9eb476792cb491fe.tar.bz2 nutyx-extra-18d31e8fc4cfd87089b294df9eb476792cb491fe.tar.xz nutyx-extra-18d31e8fc4cfd87089b294df9eb476792cb491fe.zip |
pysqlite, maj 2.6.3-1
Diffstat (limited to 'extra/python-sqlite/Pkgfile')
-rw-r--r-- | extra/python-sqlite/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/python-sqlite/Pkgfile b/extra/python-sqlite/Pkgfile deleted file mode 100644 index f31a02c28..000000000 --- a/extra/python-sqlite/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Interface DB-API 2.0 en python pour SQlite -# URL: http://code.google.com/p/pysqlite -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: sqlite3 -# Run on: sqlite3 - -name=python-sqlite -version=2.6.0 -release=3 -source=( http://pysqlite.googlecode.com/files/pysqlite-$version.tar.gz - setup.cfg) - -build() { - cd pysqlite-$version - cp $SRC/setup.cfg . - python2 setup.py install --root=$PKG - install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE - rm -r $PKG/usr/pysqlite2-doc -} - |