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-id3 / python-id3.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-id3/python-id3.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-id3/python-id3.mk
new file mode 100644 (file)
index 0000000..157576e
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-id3
+#
+################################################################################
+
+PYTHON_ID3_VERSION = 1.2
+PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
+PYTHON_ID3_SITE = http://downloads.sourceforge.net/project/id3-py/id3-py/$(PYTHON_ID3_VERSION)
+PYTHON_ID3_SETUP_TYPE = distutils
+PYTHON_ID3_LICENSE = GPLv2+
+PYTHON_ID3_LICENSE_FILES = COPYING
+
+$(eval $(python-package))