perl/perl-Image-Info: Updated for version 1.36.

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:20:30 +07:00 committed by Robby Workman
parent ff427807ed
commit 68fef0d16a
2 changed files with 12 additions and 10 deletions

View file

@ -28,7 +28,7 @@
# Modified by the SlackBuilds.org project.
PRGNAM="perl-Image-Info"
VERSION=${VERSION:-1.35}
VERSION=${VERSION:-1.36}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,17 +71,19 @@ cd $TMP
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $TMP/$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 {} \;
CFLAGS="$SLKCFLAGS" \
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 INSTALLVENDORMAN3DIR=/usr/man/man3
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG
### putting essential docs

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Image-Info"
VERSION="1.35"
VERSION="1.36"
HOMEPAGE="http://search.cpan.org/dist/Image-Info/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-1.35.tar.gz"
MD5SUM="df1f122bfd9ea144190373a3a354d27a"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-1.36.tar.gz"
MD5SUM="171acb0f59ee23865bbea4ea832e325c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""