1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-25 16:22:58 +01:00
OpenVoiceOS/buildroot-external/package/python-sysv-ipc/python-sysv-ipc.mk
j1nx 0abca6a109 [WIP] Working on implementing all sj201-interface dependencies
Leaving it for now as circuitpython needs some thoughs to implement
into the buildroot system.
2022-11-05 15:11:23 +01:00

15 lines
592 B
Makefile

################################################################################
#
# python-sysv-ipc
#
################################################################################
PYTHON_SYSV_IPC_VERSION = 1.1.0
PYTHON_SYSV_IPC_SOURCE = sysv_ipc-$(PYTHON_SYSV_IPC_VERSION).tar.gz
PYTHON_SYSV_IPC_SITE = https://files.pythonhosted.org/packages/0c/d7/5d2f861155e9749f981e6c58f2a482d3ab458bf8c35ae24d4b4d5899ebf9
PYTHON_SYSV_IPC_SETUP_TYPE = setuptools
PYTHON_SYSV_IPC_LICENSE = FIXME: please specify the exact BSD version
PYTHON_SYSV_IPC_LICENSE_FILES = LICENSE
$(eval $(python-package))