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:
Stephan Raue 2012-05-24 17:05:48 +02:00
parent 0e7e690830
commit 97de262281
2 changed files with 3 additions and 3 deletions

View File

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

View File

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