From 292159273675f7b97983fbb0fa81045d34963650 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Thu, 20 Oct 2011 06:12:44 -0500 Subject: perl/perl-Crypt-OpenSSL-RSA: Updated for version 0.28. Signed-off-by: Erik Hanson --- perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'perl/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.SlackBuild') 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 -- cgit v1.2.3