perl/perl-event: Updated for version 1.21.

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-09 09:04:03 +07:00 committed by Robby Workman
parent 543c4a5f66
commit ac7adb296f
2 changed files with 9 additions and 9 deletions

View file

@ -5,8 +5,8 @@
# Written by Luis Henrique <lmello.009@gmail.com>
PRGNAM=perl-event
VERSION=${VERSION:-1.20}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -36,7 +36,7 @@ else
LIBDIRSUFFIX=""
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/Event-$VERSION.tar.gz
cd Event-$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 \
INSTALLDIRS=vendor \

View file

@ -1,7 +1,7 @@
PRGNAM="perl-event"
VERSION="1.20"
HOMEPAGE="http://search.cpan.org/~jprit/Event-1.20"
DOWNLOAD="http://cpan.yahoo.com/authors/id/JPRIT/Event-1.20.tar.gz"
VERSION="1.21"
HOMEPAGE="http://search.cpan.org/~jprit/Event-1.21"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/Event-1.21.tar.gz"
MD5SUM="bdbdf6c1b235c3e13c25f3b0491c5134"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""