termux-elf-cleaner: Better error messages
[termux-packages] / packages / espeak / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_VERSION=1.48
2TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/espeak/espeak/espeak-${TERMUX_PKG_VERSION}/espeak-${TERMUX_PKG_VERSION}.02-source.zip
3TERMUX_PKG_FOLDERNAME=espeak-${TERMUX_PKG_VERSION}.01-source
4TERMUX_PKG_HOMEPAGE=http://espeak.sourceforge.net/
5TERMUX_PKG_DESCRIPTION="Compact open source software speech synthesizer"
6TERMUX_PKG_BUILD_IN_SRC=yes
7
8termux_step_configure () {
9 export TERMUX_PKG_BUILDDIR=$TERMUX_PKG_BUILDDIR/src
10}