# Slightly nonstandard decision here: the headers get installed into # $(prefix)/include/flite rather than $(prefix)/include. GARNAME = flite GARVERSION = 1.3 CATEGORIES = media MASTER_SITES = http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/ DISTNAME = $(GARNAME)-$(GARVERSION)-release DISTFILES = $(DISTNAME).tar.gz DESCRIPTION = Small-footprint speech synthesiser based on Festival HOME_URL = http://www.speech.cs.cmu.edu/flite/ CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = none CONFIGURE_ARGS = $(DIRPATHS) include ../../gar.mk # This prevents it from trying to link against the already-installed libflite. pre-build: @sed -i 's,LDFLAGS +=,LDFLAGS =,' $(WORKSRC)/config/common_make_rules $(MAKECOOKIE) install-none: @$(INSTALL_BIN) $(WORKSRC)/bin/* @$(INSTALL_LIB) $(WORKSRC)/build/*/lib/* @mkdir -p $(packageprefix)/include/flite @install -m 644 $(WORKSRC)/include/* $(packageprefix)/include/flite/ @$(INSTALL_DOCS) $(WORKSRC)/README $(WORKSRC)/doc/* $(MAKECOOKIE)