mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package pysqlite:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
fc289ae469
commit
e1265bebf7
@ -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
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/pysqlite-2.5.5.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user