summaryrefslogtreecommitdiffstats
path: root/package/python-rpi-gpio/python-rpi-gpio.mk
diff options
context:
space:
mode:
authorIan Haylock <haylocki@yahoo.co.uk>2016-01-09 09:24:56 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-24 00:08:49 +0100
commit52b054fb3e14192ed94627a2b4eb2d96c557501e (patch)
tree47e1aca0a883e8619e6290e708000f034f2948f8 /package/python-rpi-gpio/python-rpi-gpio.mk
parentfd5bcd0eda8fb21f639c34a09b212e6f9b066a04 (diff)
downloadbuildroot-52b054fb3e14192ed94627a2b4eb2d96c557501e.tar.gz
buildroot-52b054fb3e14192ed94627a2b4eb2d96c557501e.zip
python-rpi-gpio: new package
Signed-off-by: Ian Haylock <haylocki@yahoo.co.uk> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-rpi-gpio/python-rpi-gpio.mk')
-rwxr-xr-xpackage/python-rpi-gpio/python-rpi-gpio.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-rpi-gpio/python-rpi-gpio.mk b/package/python-rpi-gpio/python-rpi-gpio.mk
new file mode 100755
index 0000000000..e71fdeabcd
--- /dev/null
+++ b/package/python-rpi-gpio/python-rpi-gpio.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-rpi-gpio
+#
+################################################################################
+
+PYTHON_RPI_GPIO_VERSION = 0.6.1
+PYTHON_RPI_GPIO_SOURCE = RPi.GPIO-$(PYTHON_RPI_GPIO_VERSION).tar.gz
+PYTHON_RPI_GPIO_SITE = http://sourceforge.net/projects/raspberry-gpio-python/files
+PYTHON_RPI_GPIO_LICENSE = MIT
+PYTHON_RPI_GPIO_LICENSE_FILES = LICENSE.txt
+PYTHON_RPI_GPIO_SETUP_TYPE = distutils
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud