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/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/python-sqlite/Pkgfile b/extra/python-sqlite/Pkgfile
new file mode 100644
index 000000000..1a64c60a9
--- /dev/null
+++ b/extra/python-sqlite/Pkgfile
@@ -0,0 +1,18 @@
+# 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: python , sqlite3
+
+name=python-sqlite
+version=2.6.0
+release=1
+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
+ install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
+}