mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +01:00
0abca6a109
Leaving it for now as circuitpython needs some thoughs to implement into the buildroot system.
15 lines
592 B
Makefile
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))
|