Files
Arch-R/packages/python/system/PyBluez/meta
Stephan Raue 4a0fd2e3ae PyBluez: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-15 17:28:43 +01:00

15 lines
652 B
Plaintext

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"