1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-13 01:33:45 +01:00
OpenVoiceOS/buildroot-external/package/python-srt/python-srt.mk
j1nx 08e08a0c5b [WIP] Build vosk-api andits dependencies from source
This so we can use the same package for any architecture in the future.
2022-12-20 15:58:35 +01:00

15 lines
507 B
Makefile

################################################################################
#
# python-srt
#
################################################################################
PYTHON_SRT_VERSION = 3.5.2
PYTHON_SRT_SOURCE = srt-$(PYTHON_SRT_VERSION).tar.gz
PYTHON_SRT_SITE = https://files.pythonhosted.org/packages/18/a3/e1466f7c86a9e5d3e462ed6eb3a548917e93cc1ee212cd927f8f4e887ae9
PYTHON_SRT_SETUP_TYPE = setuptools
PYTHON_SRT_LICENSE = MIT
PYTHON_SRT_LICENSE_FILES = LICENSE
$(eval $(python-package))