diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-03-12 14:53:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:18 +0700 |
commit | 79c9d676daf3f0f77372eb35a3fac37d50d21272 (patch) | |
tree | 1860afccff6770fb4a63a8566b69f4d96e2d753c | |
parent | bed04ea64e35b1d0425aaf1ecc6868cb5ac9a43f (diff) | |
download | slackbuilds-79c9d676daf3f0f77372eb35a3fac37d50d21272.tar.gz |
misc/recode: New maintainer + switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | misc/recode/README | 2 | ||||
-rw-r--r-- | misc/recode/recode.SlackBuild | 6 | ||||
-rw-r--r-- | misc/recode/recode.info | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/recode/README b/misc/recode/README index 581d726f70..dee5e0dc21 100644 --- a/misc/recode/README +++ b/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. diff --git a/misc/recode/recode.SlackBuild b/misc/recode/recode.SlackBuild index 627b1c9f7a..6b10f1bfca 100644 --- a/misc/recode/recode.SlackBuild +++ b/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" diff --git a/misc/recode/recode.info b/misc/recode/recode.info index 3ee307d98d..674b6d8965 100644 --- a/misc/recode/recode.info +++ b/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" |