diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2019-09-28 09:06:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 09:06:18 +0700 |
commit | b73635f6725762cd898d13aa1cb4da8b077f1fc1 (patch) | |
tree | 5bbab80d86842cff0a13eddbbc42cb82d66d807e /perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild | |
parent | 5cb00e1fc727756e80685813fcaeb6c8bf79430f (diff) |
perl/perl-Test-CleanNamespaces: Switch to noarch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild')
-rw-r--r-- | perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild b/perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild index 691f6e498eb2a..a3989e6501685 100644 --- a/perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild +++ b/perl/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for Test-CleanNamespaces +# Slackware build script for perl-Test-CleanNamespaces -# Copyright 2018 Jan F. Chadima <jfch@jagda.eu> +# Copyright 2018-2019 Jan F. Chadima <jfch@jagda.eu> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,38 +24,18 @@ PRGNAM=perl-Test-CleanNamespaces VERSION=${VERSION:-0.24} -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 |