From dd6427e4496aaf9c46b3ddd93003dd546c072704 Mon Sep 17 00:00:00 2001 From: "Jan F. Chadima" Date: Sat, 28 Sep 2019 09:03:21 +0700 Subject: perl/perl-File-Type: Switch to noarch. Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-File-Type/perl-File-Type.SlackBuild | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/perl/perl-File-Type/perl-File-Type.SlackBuild b/perl/perl-File-Type/perl-File-Type.SlackBuild index 0480cd82df33..de146dc5f166 100644 --- a/perl/perl-File-Type/perl-File-Type.SlackBuild +++ b/perl/perl-File-Type/perl-File-Type.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-File-Type -# Copyright 2018 Jan F. Chadima +# Copyright 2018-2019 Jan F. Chadima # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,38 +24,18 @@ PRGNAM=perl-File-Type VERSION=${VERSION:-0.22} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG -- cgit v1.2.3