b73ae969bd
This patch is based on the original new pkg patch submitted last Jan and is part of the "Patchwork oldest patches cleanup #5". It combines the original "[1/2]/[2/2] new package: python-posix_ipc" patch files. Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# python-posix-ipc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_POSIX_IPC_VERSION = 0.9.6
|
|
PYTHON_POSIX_IPC_SOURCE = posix_ipc-$(PYTHON_POSIX_IPC_VERSION).tar.gz
|
|
PYTHON_POSIX_IPC_SITE = http://semanchuk.com/philip/posix_ipc/
|
|
PYTHON_POSIX_IPC_LICENSE = BSD-3c
|
|
PYTHON_POSIX_IPC_LICENSE_FILES = LICENSE
|
|
PYTHON_POSIX_IPC_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|