Browse Source

misc/recode: New maintainer + switch to i586.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/47/head
Jeremy Hansen 9 years ago
committed by Willy Sudiarto Raharjo
parent
commit
79c9d676da
  1. 2
      misc/recode/README
  2. 6
      misc/recode/recode.SlackBuild
  3. 4
      misc/recode/recode.info

2
misc/recode/README

@ -5,5 +5,5 @@ or use approximations. Particular attention has been paid to the proper
representation of French language diacritics.
Although we normally wouldn't put anything beta on SlackBuilds,
this release fixes some long-standing bugs that everyone else has
this release fixes some long-standing bugs that everyone else has
been patching for years.

6
misc/recode/recode.SlackBuild

@ -39,7 +39,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
@ -50,8 +50,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"

4
misc/recode/recode.info

@ -6,5 +6,5 @@ MD5SUM="fd0e609d54fad968fcb52a8eca2d6bf0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"
Loading…
Cancel
Save