summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/python-dpkt/python-dpkt.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python-dpkt/python-dpkt.mk b/package/python-dpkt/python-dpkt.mk
index 0b3dc11577..fb630fbcb3 100644
--- a/package/python-dpkt/python-dpkt.mk
+++ b/package/python-dpkt/python-dpkt.mk
@@ -5,8 +5,10 @@
################################################################################
PYTHON_DPKT_VERSION = 1.7
-PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
-PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files
+PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
+PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files
PYTHON_DPKT_SETUP_TYPE = distutils
+PYTHON_DPKT_LICENSE = BSD-3c
+PYTHON_DPKT_LICENSE_FILES = LICENSE
$(eval $(python-package))
OpenPOWER on IntegriCloud