diff options
Diffstat (limited to 'perl/perl-Image-Info/perl-Image-Info.SlackBuild')
-rw-r--r-- | perl/perl-Image-Info/perl-Image-Info.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/perl/perl-Image-Info/perl-Image-Info.SlackBuild b/perl/perl-Image-Info/perl-Image-Info.SlackBuild index cd2f64c9e9..550308050c 100644 --- a/perl/perl-Image-Info/perl-Image-Info.SlackBuild +++ b/perl/perl-Image-Info/perl-Image-Info.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for perl modules: Image::Info # Home Page http://search.cpan.org/dist/Image-Info/ -# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2009-2012, Nishant Limbachia, Hoffman Estates, IL, USA # (nishant _AT_ mnspace _DOT_ net) # All rights reserved. @@ -29,16 +29,14 @@ SRCNAM=Image-Info PRGNAM=perl-$SRCNAM -VERSION=${VERSION:-1.31} +VERSION=${VERSION:-1.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |