perl/perl-Image-Size: Updated for version 3.232

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-07 18:22:47 +07:00 committed by Robby Workman
parent 68fef0d16a
commit 30a8dc56cc
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@
SRCNAM=Image-Size
PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-3.221}
VERSION=${VERSION:-3.232}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,11 +68,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 \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Image-Size"
VERSION="3.221"
VERSION="3.232"
HOMEPAGE="http://search.cpan.org/dist/Image-Size/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/Image-Size-3.221.tar.gz"
MD5SUM="0f79025fc341d9a6dc4cbda7ba129377"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/Image-Size-3.232.tar.gz"
MD5SUM="908db185487fabdd293f7759113b3a49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""