diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-27 22:13:00 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-27 22:13:00 +0100 |
commit | 48cb36062ab5e39f50738c9b7a1f202be41d0c45 (patch) | |
tree | e876d0e4a7e8a78c6a021f4d275f1c479e01b515 | |
parent | a6d6c742d4489fdf24a4465a69dabd8d8e92a9d6 (diff) | |
download | nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.tar.gz nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.tar.bz2 nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.tar.xz nutyx-pakxe-48cb36062ab5e39f50738c9b7a1f202be41d0c45.zip |
Suppression de pysqlite
-rw-r--r-- | extra/pysqlite/Pkgfile | 15 |
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 -} |