summaryrefslogtreecommitdiffstats
path: root/extra/python-sqlite/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-sqlite/Pkgfile')
-rw-r--r--extra/python-sqlite/Pkgfile21
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
-}
-