mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
PyBluez: cleanup build and install scripts, dont use 'easy_install', dont depend on 'distribute'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0e7e690830
commit
97de262281
@ -28,4 +28,4 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
|
||||
cd $PKG_BUILD
|
||||
|
||||
python setup.py build --cross-compile
|
||||
python setup.py install -O0 --no-compile --prefix /usr --root .install
|
||||
python setup.py install --root=./.install --prefix=/usr
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://code.google.com/p/pybluez/"
|
||||
PKG_URL="http://pybluez.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="Python distribute bluez"
|
||||
PKG_BUILD_DEPENDS="toolchain Python distutilscross distribute bluez"
|
||||
PKG_DEPENDS="Python bluez"
|
||||
PKG_BUILD_DEPENDS="toolchain Python distutilscross bluez"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="python/system"
|
||||
PKG_SHORTDESC="PyBluez: an effort to create python wrappers around system Bluetooth resources"
|
||||
|
Loading…
x
Reference in New Issue
Block a user