diff options
Diffstat (limited to 'perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild')
-rw-r--r-- | perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild b/perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild index 72ded78961ac..38dfd8572f8a 100644 --- a/perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild +++ b/perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for perl modules: Crypt::OpenSSL::RSA # Home Page http://search.cpan.org/dist/Crypt-OpenSSL-RSA/ -# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) +# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -26,18 +26,16 @@ # # Modified by the SlackBuilds.org project. -SRCNAM=Crypt-OpenSSL-RSA -PRGNAM=perl-Crypt-OpenSSL-RSA -VERSION=0.26 +SRCNAM="Crypt-OpenSSL-RSA" +PRGNAM=perl-$SRCNAM +VERSION=${VERSION:-0.28} TAG=${TAG:-_SBo} BUILD=${BUILD:-1} -# 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 |