libraries/liblangtag: Updated for version 0.6.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-01-23 15:34:07 +00:00 committed by David Spencer
parent 94082aa6bd
commit 58dc74d3c7
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
An interface library to access tags for identifying languages
An interface library to access tags for identifying languages.

View File

@ -2,7 +2,7 @@
# Slackware build script for liblangtag
# Copyright 2015 Hunter Sezen California, USA
# Copyright 2015, 2017 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=liblangtag
VERSION=${VERSION:-0.5.8}
VERSION=${VERSION:-0.6.2}
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="liblangtag"
VERSION="0.5.8"
VERSION="0.6.2"
HOMEPAGE="http://tagoh.bitbucket.org/liblangtag/"
DOWNLOAD="https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.5.8.tar.bz2"
MD5SUM="aa899eff126216dafe721149fbdb511b"
DOWNLOAD="https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.2.tar.bz2"
MD5SUM="284f120247323a35122ab32b4b359c45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""