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-thrift / python-thrift.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-thrift/python-thrift.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-thrift/python-thrift.mk
new file mode 100644 (file)
index 0000000..99641b8
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# python-thrift
+#
+################################################################################
+
+PYTHON_THRIFT_VERSION = 0.9.2
+PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
+PYTHON_THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(PYTHON_THRIFT_VERSION)
+PYTHON_THRIFT_LICENSE = Apache-2.0
+PYTHON_THRIFT_LICENSE_FILES = LICENSE
+PYTHON_THRIFT_SETUP_TYPE = setuptools
+PYTHON_THRIFT_SUBDIR = lib/py
+
+$(eval $(python-package))