mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
507 B
Makefile
15 lines
507 B
Makefile
################################################################################
|
|
#
|
|
# python-hid
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_HID_VERSION = 1.0.9
|
|
PYTHON_HID_SOURCE = hid-$(PYTHON_HID_VERSION).tar.gz
|
|
PYTHON_HID_SITE = https://files.pythonhosted.org/packages/e9/f8/0357a8aa8874a243e96d08a8568efaf7478293e1a3441ddca18039b690c1
|
|
PYTHON_HID_SETUP_TYPE = setuptools
|
|
PYTHON_HID_LICENSE = MIT
|
|
PYTHON_HID_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|