# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit autotools libtool DESCRIPTION="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)." HOMEPAGE="https://mimic.mycroft.ai/" SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.zip -> ${P}.zip" LICENSE="flite BSD rc sun APACHE2" SLOT="0" src_prepare(){ eautoreconf default }