mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-Inline: Updated for version 0.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
30a8dc56cc
commit
fcb962fefe
3 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Inline
|
||||
VERSION=${VERSION:-0.51}
|
||||
VERSION=${VERSION:-0.53}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,11 +65,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_MM_USE_DEFAULT=y perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Inline"
|
||||
VERSION="0.51"
|
||||
HOMEPAGE="http://search.cpan.org/~sisyphus/Inline-0.51/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-0.51.tar.gz"
|
||||
MD5SUM="9af4c4719d5315a691a2745097c53b07"
|
||||
VERSION="0.53"
|
||||
HOMEPAGE="http://search.cpan.org/~sisyphus/Inline-0.53/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-0.53.tar.gz"
|
||||
MD5SUM="7d0133546d2243e5dfcb1b5a75f9011e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Parse-RecDescent perl-test-warn"
|
||||
|
|
|
@ -16,4 +16,4 @@ perl-Inline:
|
|||
perl-Inline: This also installs the sub-module perl-Inline-C.
|
||||
perl-Inline:
|
||||
perl-Inline:
|
||||
perl-Inline: http://search.cpan.org/~sisyphus/Inline-0.51/
|
||||
perl-Inline: http://search.cpan.org/~sisyphus/Inline-0.53/
|
||||
|
|
Loading…
Reference in a new issue