mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-NetAddr-IP: Updated for version 4.073.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8e482e55cc
commit
47e19b3b86
2 changed files with 7 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware Package Build Script for perl modules: NetAddr::IP
|
# Slackware Package Build Script for perl modules: NetAddr::IP
|
||||||
# Home Page http://search.cpan.org/dist/NetAddr-IP/
|
# Home Page http://search.cpan.org/dist/NetAddr-IP/
|
||||||
|
|
||||||
# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA
|
# Copyright (c) 2008-2014, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||||
# (nishant _AT_ mnspace _DOT_ net)
|
# (nishant _AT_ mnspace _DOT_ net)
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
# Modified by the SlackBuilds.org project.
|
# Modified by the SlackBuilds.org project.
|
||||||
|
|
||||||
PRGNAM="perl-NetAddr-IP"
|
PRGNAM="perl-NetAddr-IP"
|
||||||
VERSION=${VERSION:-4.071}
|
VERSION=${VERSION:-4.073}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -72,12 +72,11 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||||
cd $TMP/$SRCNAM-$VERSION
|
cd $TMP/$SRCNAM-$VERSION
|
||||||
chown -R root.root .
|
chown -R root.root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \
|
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \
|
||||||
INSTALLVENDORMAN1DIR=/usr/man/man1 INSTALLVENDORMAN3DIR=/usr/man/man3
|
INSTALLVENDORMAN1DIR=/usr/man/man1 INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-NetAddr-IP"
|
PRGNAM="perl-NetAddr-IP"
|
||||||
VERSION="4.071"
|
VERSION="4.073"
|
||||||
HOMEPAGE="http://search.cpan.org/dist/NetAddr-IP/"
|
HOMEPAGE="http://search.cpan.org/dist/NetAddr-IP/"
|
||||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-4.071.tar.gz"
|
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-4.073.tar.gz"
|
||||||
MD5SUM="f0da45422022fdf1ccfa90b8068d782b"
|
MD5SUM="4dc78e95809450100c1037cc10942fdf"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue