mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
15 lines
550 B
Makefile
15 lines
550 B
Makefile
################################################################################
|
|
#
|
|
# python-msgpack
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MSGPACK_VERSION = 0.6.1
|
|
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
|
|
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/81/9c/0036c66234482044070836cc622266839e2412f8108849ab0bfdeaab8578
|
|
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
|
PYTHON_MSGPACK_LICENSE_FILES = COPYING
|
|
PYTHON_MSGPACK_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|