summaryrefslogtreecommitdiffstats
path: root/perl/perl-tk
diff options
context:
space:
mode:
author Ryan S. Northrup2017-02-11 23:32:27 +0100
committer David Spencer2017-02-11 23:33:40 +0100
commit049e1360fd4b6c41bd1baa89a3c4b1efd12d6e5f (patch)
tree4f2663afa39a58f39f7f17e01f42f7b3246baf7f /perl/perl-tk
parent6ce699c7e258fddb2b3911e42da2387429ee6226 (diff)
downloadslackbuilds-049e1360fd4b6c41bd1baa89a3c4b1efd12d6e5f.tar.gz
perl/perl-tk: New maintainer + switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-tk')
-rw-r--r--perl/perl-tk/README8
-rw-r--r--perl/perl-tk/perl-tk.SlackBuild6
-rw-r--r--perl/perl-tk/perl-tk.info4
3 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-tk/README b/perl/perl-tk/README
index d78338991f..48a8571549 100644
--- a/perl/perl-tk/README
+++ b/perl/perl-tk/README
@@ -2,7 +2,7 @@ perl-tk (Tk graphical interface for Perl)
Perl/Tk is an extension for writing Perl programs with a GUI.
-Tk was originally developed as an extension to the Tcl language
-for use with the X Window System on Unix. With its port to perl,
-Tk gives Perl programmers the same control over the graphical
-desktop that Tcl programmers have taken for granted.
+Tk was originally developed as an extension to the Tcl language for
+use with the X Window System on Unix. With its port to perl, Tk gives
+Perl programmers the same control over the graphical desktop that Tcl
+programmers have taken for granted.
diff --git a/perl/perl-tk/perl-tk.SlackBuild b/perl/perl-tk/perl-tk.SlackBuild
index a1dcd12960..e0f0cf7126 100644
--- a/perl/perl-tk/perl-tk.SlackBuild
+++ b/perl/perl-tk/perl-tk.SlackBuild
@@ -11,7 +11,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
@@ -22,8 +22,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/perl/perl-tk/perl-tk.info b/perl/perl-tk/perl-tk.info
index 85c121eeb9..aa6035734f 100644
--- a/perl/perl-tk/perl-tk.info
+++ b/perl/perl-tk/perl-tk.info
@@ -6,5 +6,5 @@ MD5SUM="4c6d281ca9c6c2349e5cf84394e638fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Pablo Santamaria"
-EMAIL="pablosantamaria@gmail.com"
+MAINTAINER="Ryan S. Northrup"
+EMAIL="northrup@yellowapple.us"