You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
486 B

_MAJOR_VERSION=1.48
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.04
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/espeak/espeak/espeak-${_MAJOR_VERSION}/espeak-${TERMUX_PKG_VERSION}-source.zip
TERMUX_PKG_FOLDERNAME=espeak-${TERMUX_PKG_VERSION}-source
9 years ago
TERMUX_PKG_HOMEPAGE=http://espeak.sourceforge.net/
TERMUX_PKG_DESCRIPTION="Compact software speech synthesizer"
9 years ago
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_configure () {
export TERMUX_PKG_BUILDDIR=$TERMUX_PKG_BUILDDIR/src
}