diff options
Diffstat (limited to 'perl/perl-Test-Exception/perl-Test-Exception.SlackBuild')
-rw-r--r-- | perl/perl-Test-Exception/perl-Test-Exception.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild b/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild index f5cbd39499..a970de7c9d 100644 --- a/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild +++ b/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for perl modules: Test::Exception # Home Page http://search.cpan.org/dist/Test-Exception/ -# Copyright (c) 2008-2014, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2008-2015, Nishant Limbachia, Hoffman Estates, IL, USA # <nishant _AT_ mnspace _DOT_ net> # All rights reserved. # @@ -25,12 +25,12 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=perl-Test-Exception -VERSION=${VERSION:-0.35} +PRGNAM="perl-Test-Exception" +VERSION=${VERSION:-0.40} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM=Test-Exception +SRCNAM="$(printf $PRGNAM | cut -f2- -d-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -55,7 +55,7 @@ elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" fi -DOCS="Changes README" +DOCS="Changes" rm -fr $TMP/$SRCNAM-$VERSION $PKG mkdir -p $TMP $PKG $OUTPUT |