1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-19 04:30:14 +01:00
OpenVoiceOS/buildroot-external/package/python-casttube/python-casttube.mk
Peter Steenbergen 55846e484a MycroftOS: Implementation of a very first initial bootable version
- Add Buildroot patches to downgrade / upgrade package dependencies
  in line with the Mycroft A.I. software stack requirements.
- Add buildroot additional package dependencies in line with the
  Mycroft A.I. software stack requirements.
- Update rpi3 defconfig file.
- Implement initial root_fs overlay filestructure.
- Addition of some quick and dirty helper scripts.
- Update of README to reflect these changes.
2018-10-30 15:55:12 +01:00

13 lines
482 B
Makefile

################################################################################
#
# python-casttube
#
################################################################################
PYTHON_CASTTUBE_VERSION = 0.1.0
PYTHON_CASTTUBE_SOURCE = casttube-$(PYTHON_CASTTUBE_VERSION).tar.gz
PYTHON_CASTTUBE_SITE = https://files.pythonhosted.org/packages/a1/57/00f76daff3a80f3e84ec25ac25e982f1aca77df16174b900a1c2ec1d9af1
PYTHON_CASTTUBE_SETUP_TYPE = setuptools
$(eval $(python-package))