mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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 = GPL-2.0+
|
||||
PYTHON_ID3_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user