mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Time-modules: Updated for version 2013.0912.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b6df46f4a8
commit
849d9a8fad
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
SRCNAM=Time-modules
|
||||
PRGNAM=perl-$SRCNAM
|
||||
VERSION=${VERSION:-2006.0814}
|
||||
VERSION=${VERSION:-2013.0912}
|
||||
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-Time-modules"
|
||||
VERSION="2006.0814"
|
||||
HOMEPAGE="http://search.cpan.org/~muir/Time-modules-2006.0814/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-2006.0814.tar.gz"
|
||||
MD5SUM="790c6739f601b85654fac9ee516b18d8"
|
||||
VERSION="2013.0912"
|
||||
HOMEPAGE="http://search.cpan.org/~muir/Time-modules-2013.0912/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-2013.0912.tar.gz"
|
||||
MD5SUM="a4330144e24c356ca4c925d14e5ab06b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue