move package pysqlite:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:47:37 +02:00
parent fc289ae469
commit e1265bebf7
3 changed files with 0 additions and 34 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build sqlite
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py install --prefix /usr --root .install
find .install -name "*.py" -type f -exec rm -rf "{}" ";"
find .install -name "*.pyo" -type f -exec rm -rf "{}" ";"
find .install -name "tests" -type d -exec rm -rf "{}" ";"
rm -rf .install/usr/bin
rm -rf .install/usr/pysqlite2-doc
rm -rf .install/usr/lib/python*/site-packages/pysqlite2/test

View File

@ -1,12 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
$SCRIPTS/install sqlite
BUILD_DIR=`ls -d $PKG_BUILD`
. config/options.python
cp -PR $BUILD_DIR/.install/* $INSTALL

View File

@ -1 +0,0 @@
http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/pysqlite-2.5.5.tar.gz