You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
d6c20a3524
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
381 B
Makefile
13 lines
381 B
Makefile
################################################################################
|
|
#
|
|
# python-dpkt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DPKT_VERSION = 1.7
|
|
PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
|
|
PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files
|
|
PYTHON_DPKT_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|