mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/osvenskan/posix_ipc/blob/rel1.3.2/history.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-posix-ipc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_POSIX_IPC_VERSION = 1.3.2
|
|
PYTHON_POSIX_IPC_SOURCE = posix_ipc-$(PYTHON_POSIX_IPC_VERSION).tar.gz
|
|
PYTHON_POSIX_IPC_SITE = https://files.pythonhosted.org/packages/40/59/56be08bcd98bcb8bd2ec3de7dea4a8da3bde63b17974896ed2b91c9a4fb7
|
|
PYTHON_POSIX_IPC_LICENSE = BSD-3-Clause
|
|
PYTHON_POSIX_IPC_LICENSE_FILES = LICENSE
|
|
PYTHON_POSIX_IPC_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|