diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-11 22:12:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-11 22:12:54 -0300 |
commit | 67320d963187273bd845a938a64460c3ee0b34ec (patch) | |
tree | b9df2cab50cf24e92d5558bb8bf24fa0b07ddac4 /pcr/python-xbee/PKGBUILD | |
parent | 78766e0875947c13a97bc958cff89abc5d2f6b1b (diff) | |
parent | d79b0b70c7951aa68158d1957dfe6130cf9bf63e (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/python-xbee/PKGBUILD')
-rw-r--r-- | pcr/python-xbee/PKGBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/python-xbee/PKGBUILD b/pcr/python-xbee/PKGBUILD new file mode 100644 index 000000000..c0771bf3e --- /dev/null +++ b/pcr/python-xbee/PKGBUILD @@ -0,0 +1,17 @@ +# Contributor (Arch) : ? +# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> + +pkgname=python-xbee +pkgver=2.1.0 +pkgrel=1 +pkgdesc='Python tools for working with XBee radios' +url='https://pypi.python.org/pypi/XBee' +arch=('any') +license=('MIT') +depends=('python' 'python-pyserial') +source=("https://pypi.python.org/packages/source/X/XBee/XBee-${pkgver}.tar.gz") + +package() { + cd XBee-$pkgver + python setup.py install --root="$pkgdir" +} |