mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package: add package 'PyBluez'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0c1135e9be
commit
dbf6ce68ce
18
packages/python/system/PyBluez/build
Executable file
18
packages/python/system/PyBluez/build
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build bluez
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$PYTHON setup.py build
|
||||
|
||||
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
|
||||
|
||||
find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||
find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
8
packages/python/system/PyBluez/install
Executable file
8
packages/python/system/PyBluez/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install bluez
|
||||
|
||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
1
packages/python/system/PyBluez/url
Normal file
1
packages/python/system/PyBluez/url
Normal file
@ -0,0 +1 @@
|
||||
http://pybluez.googlecode.com/files/PyBluez-0.18.tar.gz
|
Loading…
x
Reference in New Issue
Block a user