mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
python-id3: convert to the Python package infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d6c20a3524
commit
d26c5bc2e9
@ -7,15 +7,6 @@
|
||||
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_DEPENDENCIES = python
|
||||
|
||||
define PYTHON_ID3_BUILD_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
|
||||
endef
|
||||
|
||||
define PYTHON_ID3_INSTALL_TARGET_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user