mutt: Enable sasl. Fixes #93.
[termux-packages] / packages / espeak / build.sh
CommitLineData
4c5495a4
FF
1_MAJOR_VERSION=1.48
2TERMUX_PKG_VERSION=${_MAJOR_VERSION}.04
3TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/espeak/espeak/espeak-${_MAJOR_VERSION}/espeak-${TERMUX_PKG_VERSION}-source.zip
4TERMUX_PKG_FOLDERNAME=espeak-${TERMUX_PKG_VERSION}-source
59f0d218 5TERMUX_PKG_HOMEPAGE=http://espeak.sourceforge.net/
4c5495a4 6TERMUX_PKG_DESCRIPTION="Compact software speech synthesizer"
59f0d218
FF
7TERMUX_PKG_BUILD_IN_SRC=yes
8
9termux_step_configure () {
10 export TERMUX_PKG_BUILDDIR=$TERMUX_PKG_BUILDDIR/src
11}