mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
PyBluez: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
471ae4cafd
commit
4a0fd2e3ae
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
$SCRIPTS/build distutilscross
|
|
||||||
$SCRIPTS/build distribute
|
|
||||||
$SCRIPTS/build bluez
|
|
||||||
|
|
||||||
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
|
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
|
||||||
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
|
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
|
||||||
|
|
||||||
|
@ -2,8 +2,4 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
$SCRIPTS/install distribute
|
|
||||||
$SCRIPTS/install bluez
|
|
||||||
|
|
||||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
cp -PR $PKG_BUILD/.install/* $INSTALL
|
||||||
|
14
packages/python/system/PyBluez/meta
Normal file
14
packages/python/system/PyBluez/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="PyBluez"
|
||||||
|
PKG_VERSION="0.18"
|
||||||
|
PKG_REV="1"
|
||||||
|
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_PRIORITY="optional"
|
||||||
|
PKG_SECTION="python/system"
|
||||||
|
PKG_SHORTDESC="PyBluez: an effort to create python wrappers around system Bluetooth resources"
|
||||||
|
PKG_LONGDESC="PyBluez is an effort to create python wrappers around system Bluetooth resources to allow Python developers to easily and quickly create Bluetooth applications."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://pybluez.googlecode.com/files/PyBluez-0.18.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user