summaryrefslogtreecommitdiffstats
path: root/extra/pysqlite
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-27 22:13:00 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-27 22:13:00 +0100
commit48cb36062ab5e39f50738c9b7a1f202be41d0c45 (patch)
treee876d0e4a7e8a78c6a021f4d275f1c479e01b515 /extra/pysqlite
parenta6d6c742d4489fdf24a4465a69dabd8d8e92a9d6 (diff)
downloadnutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.tar.gz
nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.tar.bz2
nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.tar.xz
nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.zip
Suppression de pysqlite
Diffstat (limited to 'extra/pysqlite')
-rw-r--r--extra/pysqlite/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/pysqlite/Pkgfile b/extra/pysqlite/Pkgfile
deleted file mode 100644
index a80a14032..000000000
--- a/extra/pysqlite/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: Connecteurs python pour sqlite
-# URL: http://initd.org/tracker/pysqlite
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: sqlite3, python
-
-name=pysqlite
-version=2.4.1
-release=1
-source=(http://oss.itsystementwicklung.de/download/pysqlite/${version%.*}/$version/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- python setup.py install --root=$PKG
-}