Move buildroot to bsp directory.
This commit is contained in:
9
bsp/buildroot/package/python-id3/Config.in
Normal file
9
bsp/buildroot/package/python-id3/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_ID3
|
||||
bool "python-id3"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
This module allows one to read and manipulate so-called ID3
|
||||
informational tags on MP3 files through an object-oriented
|
||||
Python interface.
|
||||
|
||||
http://id3-py.sourceforge.net/
|
||||
2
bsp/buildroot/package/python-id3/python-id3.hash
Normal file
2
bsp/buildroot/package/python-id3/python-id3.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 ba612342b59a49cbf9a7eb23a646667757ffda96dc23b67245fc6cd8d90c2022 id3-py_1.2.tar.gz
|
||||
14
bsp/buildroot/package/python-id3/python-id3.mk
Normal file
14
bsp/buildroot/package/python-id3/python-id3.mk
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user