libraries/luaexpat: Switch to i586 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Gerardo Zamudio 2016-12-28 20:45:54 +00:00 committed by David Spencer
parent 48e3fdff08
commit 72d8d371c1
3 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ 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="-march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686"

View file

@ -1,10 +1,10 @@
PRGNAM="luaexpat"
VERSION="1.3.0"
HOMEPAGE="http://matthewwild.co.uk/projects/luaexpat/"
HOMEPAGE="https://matthewwild.co.uk/projects/luaexpat/"
DOWNLOAD="https://matthewwild.co.uk/projects/luaexpat/luaexpat-1.3.0.tar.gz"
MD5SUM="3c20b5795e7107f847f8da844fbfe2da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"
MAINTAINER="Andrew Tkalia"
EMAIL="anddt@yandex.ua"
MAINTAINER="Gerardo Zamudio"
EMAIL="gerardo.zamudio@linux.com"

View file

@ -8,7 +8,6 @@
|-----handy-ruler------------------------------------------------------|
luaexpat: luaexpat (XML Expat parsing for the Lua programming language)
luaexpat:
luaexpat: Overview
luaexpat: LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is
luaexpat: free software and uses the same license as Lua 5.1.
luaexpat:
@ -17,3 +16,4 @@ luaexpat:
luaexpat:
luaexpat:
luaexpat:
luaexpat: