perl/perl-Test-Inter: Updated for version 1.05.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8cf2af9aec
commit
0b96b8dec8
|
@ -23,7 +23,7 @@
|
|||
|
||||
SRCNAM=Test-Inter
|
||||
PRGNAM=perl-$SRCNAM
|
||||
VERSION=${VERSION:-1.03}
|
||||
VERSION=${VERSION:-1.05}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,11 +63,11 @@ rm -rf $SRCNAM-$VERSION
|
|||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -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 {} \;
|
||||
\( -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 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Test-Inter"
|
||||
VERSION="1.03"
|
||||
HOMEPAGE="http://search.cpan.org/~sbeck/Test-Inter-1.03/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-1.03.tar.gz"
|
||||
MD5SUM="02705664dc874bc8b59b9b313a7572f5"
|
||||
VERSION="1.05"
|
||||
HOMEPAGE="http://search.cpan.org/~sbeck/Test-Inter-1.05/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-1.05.tar.gz"
|
||||
MD5SUM="5c021ced9a642f9bb28aa0b8ac6f50a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue