2f38b397c8
Google Code is a closing forge, python-dpkt has already made the move to Github. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
408 B
Makefile
14 lines
408 B
Makefile
################################################################################
|
|
#
|
|
# python-dpkt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DPKT_VERSION = 1.8.r98
|
|
PYTHON_DPKT_SITE = $(call github,kbandla,dpkt,$(PYTHON_DPKT_VERSION))
|
|
PYTHON_DPKT_SETUP_TYPE = distutils
|
|
PYTHON_DPKT_LICENSE = BSD-3c
|
|
PYTHON_DPKT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|