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
1 ################################################################################
2 #
3 # python-id3
4 #
5 ################################################################################
6
7 PYTHON_ID3_VERSION = 1.2
8 PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
9 PYTHON_ID3_SITE = http://downloads.sourceforge.net/project/id3-py/id3-py/$(PYTHON_ID3_VERSION)
10 PYTHON_ID3_SETUP_TYPE = distutils
11 PYTHON_ID3_LICENSE = GPLv2+
12 PYTHON_ID3_LICENSE_FILES = COPYING
13
14 $(eval $(python-package))