buildrootschalter/package/python-dpkt/python-dpkt.mk
Thomas Petazzoni d6c20a3524 python-dpkt: convert to the Python package infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-15 13:36:35 +01:00

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