mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
652 B
Plaintext
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"
|