Files
shredos.x86_64/package/python-evdev/python-evdev.mk

19 lines
773 B
Makefile
Raw Normal View History

################################################################################
#
# python-evdev
#
################################################################################
2025-01-10 19:31:27 +00:00
PYTHON_EVDEV_VERSION = 1.7.1
PYTHON_EVDEV_SOURCE = evdev-$(PYTHON_EVDEV_VERSION).tar.gz
2025-01-10 19:31:27 +00:00
PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/12/bb/f622a8a5e64d46ca83020a761877c0ead19140903c9aaf1431f3c531fdf6
PYTHON_EVDEV_SETUP_TYPE = setuptools
PYTHON_EVDEV_LICENSE = Revised BSD License
PYTHON_EVDEV_LICENSE_FILES = LICENSE
PYTHON_EVDEV_BUILD_OPTS = \
2025-01-10 19:31:27 +00:00
-C--build-option=build_ecodes \
-C--build-option=--evdev-headers=$(STAGING_DIR)/usr/include/linux/input.h:$(STAGING_DIR)/usr/include/linux/input-event-codes.h:$(STAGING_DIR)/usr/include/linux/uinput.h
$(eval $(python-package))