mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
move package driconf:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
3b94ed577b
commit
0a10147e8d
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
$SCRIPTS/build pygtk
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
sed -i -e "s%/usr/local%/usr%" setup.cfg
|
|
||||||
|
|
||||||
$PYTHON setup.py install -O1 --root ./.install
|
|
||||||
|
|
||||||
sed -i -e "s%$ROOT/$TOOLCHAIN%/usr%" .install/usr/bin/driconf
|
|
||||||
sed -i -e "s%/usr/local%/usr%" .install/usr/bin/driconf
|
|
||||||
|
|
||||||
find .install -name "*.py" -exec rm -rf "{}" ";"
|
|
||||||
find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
|
@ -1,13 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
$SCRIPTS/install pygtk
|
|
||||||
$SCRIPTS/install xdriinfo
|
|
||||||
|
|
||||||
BUILD_DIR=`ls -d $PKG_BUILD`
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
cp -PR $BUILD_DIR/.install/* $INSTALL
|
|
@ -1 +0,0 @@
|
|||||||
http://people.freedesktop.org/~fxkuehl/driconf/driconf-0.9.1.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user