perl/perl-tk: New maintainer + switch to i586.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Ryan S. Northrup 2017-02-11 22:32:27 +00:00 committed by David Spencer
parent 6ce699c7e2
commit 049e1360fd
3 changed files with 9 additions and 9 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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"