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))
|