1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-04 12:37:50 +01:00

17 lines
429 B
Makefile

################################################################################
#
# ragel
#
################################################################################
RAGEL_VERSION = 6.10
RAGEL_SITE = https://www.colm.net/files/ragel/
RAGEL_LICENSE = GPL-2.0
RAGEL_LICENSE_FILES = COPYING
RAGEL_CONF_OPTS = \
--disable-silent-rules \
--disable-manual \
--disable-dependency-tracking
$(eval $(host-autotools-package))