1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-26 16:53:47 +01:00
OpenVoiceOS/buildroot-external/package/openfst/openfst.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

24 lines
581 B
Makefile

################################################################################
#
# openfst
#
################################################################################
OPENFST_VERSION = 7dfd808194105162f20084bb4d8e4ee4b65266d5
OPENFST_SITE = $(call github,alphacep,openfst,$(OPENFST_VERSION))
OPENFST_LICENSE = Apache License 2.0
OPENFST_INSTALL_STAGING = YES
OPENFST_AUTORECONF = YES
OPENFST_CONF_OPTS = \
--enable-static \
--enable-shared \
--enable-far \
--enable-ngram-fsts \
--enable-lookahead-fsts \
--with-pic \
--disable-bin
$(eval $(autotools-package))