fb630fbcb3486b6bea73932bf45cd8d7c8de0fa5
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-dpkt / python-dpkt.mk
1 ################################################################################
2 #
3 # python-dpkt
4 #
5 ################################################################################
6
7 PYTHON_DPKT_VERSION = 1.7
8 PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
9 PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files
10 PYTHON_DPKT_SETUP_TYPE = distutils
11 PYTHON_DPKT_LICENSE = BSD-3c
12 PYTHON_DPKT_LICENSE_FILES = LICENSE
13
14 $(eval $(python-package))