diff options
Diffstat (limited to 'perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild')
-rw-r--r-- | perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild b/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild index ee9a66782dc58..510a834225a4c 100644 --- a/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild +++ b/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild @@ -25,20 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Math-BigInt -VERSION=${VERSION:-1.999831} +VERSION=${VERSION:-1.999838} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} 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 # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information |