summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-10-08 03:20:15 +0200
committer Willy Sudiarto Raharjo2017-10-11 01:19:28 +0200
commit96a1d95f82585c90e945729f629deb34711ed3cf (patch)
treee5c97ae891a8b1a285386ed483d4d0875d9f2e06
parente7fc77e29f56f170b2de4dd587188eb75da779e2 (diff)
downloadslackbuilds-96a1d95f82585c90e945729f629deb34711ed3cf.tar.gz
perl/perl-Math-Round: Updated for version 0.07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-Math-Round/perl-Math-Round.SlackBuild22
-rw-r--r--perl/perl-Math-Round/perl-Math-Round.info6
2 files changed, 13 insertions, 15 deletions
diff --git a/perl/perl-Math-Round/perl-Math-Round.SlackBuild b/perl/perl-Math-Round/perl-Math-Round.SlackBuild
index 1d4ada6bb2..dc71ebf80a 100644
--- a/perl/perl-Math-Round/perl-Math-Round.SlackBuild
+++ b/perl/perl-Math-Round/perl-Math-Round.SlackBuild
@@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Math-Round
-VERSION=${VERSION:-0.06}
+VERSION=${VERSION:-0.07}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -34,7 +34,7 @@ SRCNAM=Math-Round
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -45,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -69,10 +69,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -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 \
@@ -83,7 +83,7 @@ make
make test
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
@@ -94,9 +94,7 @@ find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs r
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/perl/perl-Math-Round/perl-Math-Round.info b/perl/perl-Math-Round/perl-Math-Round.info
index 8c11967dec..b3813a2b17 100644
--- a/perl/perl-Math-Round/perl-Math-Round.info
+++ b/perl/perl-Math-Round/perl-Math-Round.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Math-Round"
-VERSION="0.06"
+VERSION="0.07"
HOMEPAGE="https://metacpan.org/pod/Math::Round"
-DOWNLOAD="http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-0.06.tar.gz"
-MD5SUM="552cef2753b246f97a6e20d8dee66e7c"
+DOWNLOAD="http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-0.07.tar.gz"
+MD5SUM="b74c5d2a3f891c19dafd7ce638732fd1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""