From 049e1360fd4b6c41bd1baa89a3c4b1efd12d6e5f Mon Sep 17 00:00:00 2001 From: "Ryan S. Northrup" Date: Sat, 11 Feb 2017 22:32:27 +0000 Subject: perl/perl-tk: New maintainer + switch to i586. Signed-off-by: David Spencer --- perl/perl-tk/README | 8 ++++---- perl/perl-tk/perl-tk.SlackBuild | 6 +++--- perl/perl-tk/perl-tk.info | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'perl/perl-tk') 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" -- cgit v1.2.3-80-g2a13