perl/perl-Convert-UUlib: Updated for version 1.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2015-08-12 14:21:48 +07:00 committed by Willy Sudiarto Raharjo
parent 2d7b01de4a
commit 54c4278f65
2 changed files with 16 additions and 15 deletions

View File

@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Convert::UUlib
# Home Page http://search.cpan.org/dist/Convert-UUlib/
# Copyright (c) 2009-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# Copyright (c) 2009-2015, 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
@ -28,7 +28,7 @@
SRCNAM="Convert-UUlib"
PRGNAM=perl-${SRCNAM}
VERSION=${VERSION:-1.4}
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,15 +70,16 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $TMP/$SRCNAM-$VERSION
chown -R root.root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make install DESTDIR=$PKG

View File

@ -1,10 +1,10 @@
PRGNAM="perl-Convert-UUlib"
VERSION="1.4"
HOMEPAGE="https://metacpan.org/pod/Convert::UUlib"
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/perl-Convert-UUlib/Convert-UUlib-1.4.tar.gz/a6486df1d9ce319406fb9d5a610da759/Convert-UUlib-1.4.tar.gz"
MD5SUM="a6486df1d9ce319406fb9d5a610da759"
VERSION="1.5"
HOMEPAGE="http://search.cpan.org/dist/Convert-UUlib/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-1.5.tar.gz"
MD5SUM="3332731b274723772ee8ad79c45bc401"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="perl-Canary-Stability"
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"