mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 19:03:28 +08:00
69fc888285
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
600 B
Makefile
16 lines
600 B
Makefile
################################################################################
|
|
#
|
|
# python-pycparser
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYCPARSER_VERSION = 2.20
|
|
PYTHON_PYCPARSER_SOURCE = pycparser-$(PYTHON_PYCPARSER_VERSION).tar.gz
|
|
PYTHON_PYCPARSER_SITE = https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd
|
|
PYTHON_PYCPARSER_SETUP_TYPE = setuptools
|
|
PYTHON_PYCPARSER_LICENSE = BSD-3-Clause
|
|
PYTHON_PYCPARSER_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|