You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
bb0fc1d63c
License hash changed due to date update: https://github.com/osvenskan/posix_ipc/commit/4db678001be2f16175c70cb88d4fb9f9126333f5 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-posix-ipc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_POSIX_IPC_VERSION = 1.1.0
|
|
PYTHON_POSIX_IPC_SOURCE = posix_ipc-$(PYTHON_POSIX_IPC_VERSION).tar.gz
|
|
PYTHON_POSIX_IPC_SITE = https://files.pythonhosted.org/packages/41/72/90b6702782921c0e3e0b10a66f2a47d8cfaf9c2255d763ab45cc8cea25eb
|
|
PYTHON_POSIX_IPC_LICENSE = BSD-3-Clause
|
|
PYTHON_POSIX_IPC_LICENSE_FILES = LICENSE
|
|
PYTHON_POSIX_IPC_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|