summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Barry J. Grundy2017-09-17 18:11:40 +0200
committer David Spencer2017-09-17 20:32:11 +0200
commitc27437a6be9d149bdf66340503613bbc19db532a (patch)
tree09049e0c9262fab6b42631e6cb919130a3d89006
parent76fc649944068fd9506db9656ffc0428486192a9 (diff)
downloadslackbuilds-c27437a6be9d149bdf66340503613bbc19db532a.tar.gz
development/hexedit: New maintainer + switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/hexedit/README4
-rw-r--r--development/hexedit/hexedit.SlackBuild8
-rw-r--r--development/hexedit/hexedit.info4
3 files changed, 8 insertions, 8 deletions
diff --git a/development/hexedit/README b/development/hexedit/README
index 574bd199c7..9694577042 100644
--- a/development/hexedit/README
+++ b/development/hexedit/README
@@ -1,3 +1,3 @@
-hexedit shows a file both in ASCII and in hexadecimal. The file can
-be a device as the file is read a piece at a time. You can modify the
+hexedit shows a file both in ASCII and in hexadecimal. The file can
+be a device as the file is read a piece at a time. You can modify the
file and search through it.
diff --git a/development/hexedit/hexedit.SlackBuild b/development/hexedit/hexedit.SlackBuild
index d66767219e..7995769c2b 100644
--- a/development/hexedit/hexedit.SlackBuild
+++ b/development/hexedit/hexedit.SlackBuild
@@ -31,7 +31,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
@@ -42,15 +42,15 @@ 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"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/development/hexedit/hexedit.info b/development/hexedit/hexedit.info
index 8bec536492..111b69d3b3 100644
--- a/development/hexedit/hexedit.info
+++ b/development/hexedit/hexedit.info
@@ -6,5 +6,5 @@ MD5SUM="0d2f48610006278cd93359fea9a06d5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="Barry J. Grundy"
+EMAIL="bgrundy@linuxleo.com"