accessibility/speech-dispatcher: Updated for version 0.8.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2016-10-16 05:11:43 +07:00 committed by Willy Sudiarto Raharjo
parent 5f8dabb33a
commit efa9a4ef89
2 changed files with 7 additions and 7 deletions

View File

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=speech-dispatcher
VERSION=${VERSION:-0.8.4}
VERSION=${VERSION:-0.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="speech-dispatcher"
VERSION="0.8.4"
VERSION="0.8.5"
HOMEPAGE="http://devel.freebsoft.org/speechd/"
DOWNLOAD="http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.4.tar.gz"
MD5SUM="9e94d3603f69157acd87d10e02d12bb9"
DOWNLOAD="http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.5.tar.gz"
MD5SUM="0c89e02586c66733751fca1408333ccd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dotconf"