The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-dpkt / python-dpkt.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-dpkt/python-dpkt.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-dpkt/python-dpkt.mk
new file mode 100644 (file)
index 0000000..fb630fb
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# 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
+PYTHON_DPKT_LICENSE = BSD-3c
+PYTHON_DPKT_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))