[Buildroot] [PATCH] python-id3: new package

Peter Korsgaard jacmet at uclibc.org
Mon May 14 20:47:10 UTC 2012


>>>>> "Dominik" == Dominik Faessler <faessler at was.ch> writes:

 Dominik> ---

 Dominik> +PYTHON_ID3_VERSION = 1.2
 Dominik> +PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
 Dominik> +PYTHON_ID3_SITE =
 Dominik> http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/id3-py
 Dominik> +
 Dominik> +PYTHON_ID3_DEPENDENCIES = python
 Dominik> +
 Dominik> +define PYTHON_ID3_BUILD_CMDS
 Dominik> +    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
 Dominik> +endef
 Dominik> +
 Dominik> +define PYTHON_ID3_INSTALL_TARGET_CMDS
 Dominik> +    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install
 Dominik> --prefix=$(TARGET_DIR)/usr)

Do notice that your mailer has wordwrapped the patch, so I had to fix it
up manually. Consider using 'git send-email' in the future.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list