diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-10-20 06:12:44 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 10:17:10 -0200 |
commit | 292159273675f7b97983fbb0fa81045d34963650 (patch) | |
tree | ef8145689ff4c36f150f2dddbf377ba8f5eadced /perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild | |
parent | a5b6fc1b1c9fc5d2882fcd887c973468c4a73582 (diff) | |
download | slackbuilds-292159273675f7b97983fbb0fa81045d34963650.tar.gz |
perl/perl-Crypt-OpenSSL-RSA: Updated for version 0.28.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 72ded78961..38dfd8572f 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 |