mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fd5bcd0eda
commit
52b054fb3e
14
package/python-rpi-gpio/python-rpi-gpio.mk
Executable file
14
package/python-rpi-gpio/python-rpi-gpio.mk
Executable file
@@ -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))
|
||||
Reference in New Issue
Block a user