PyBluez: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-15 17:28:43 +01:00
parent 471ae4cafd
commit 4a0fd2e3ae
5 changed files with 14 additions and 11 deletions

View File

@ -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"

View File

@ -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

View 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"

View File

@ -1 +0,0 @@
http://pybluez.googlecode.com/files/PyBluez-0.18.tar.gz