summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Gene Carlson2024-01-31 02:53:22 +0100
committer Willy Sudiarto Raharjo2024-02-01 15:09:11 +0100
commita9e63f1432dd373081135b9d86b2f8c5431a88a3 (patch)
tree58bdae2c2f27cc5ba766f3eff3bf730ea9f53516 /perl
parent573f14225be99cc5affe3bd01c1aae8f28e6cbbd (diff)
downloadslackbuilds-a9e63f1432dd373081135b9d86b2f8c5431a88a3.tar.gz
perl/perl-Linux-FD: Updated for version 0.016.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Linux-FD/perl-Linux-FD.SlackBuild18
-rw-r--r--perl/perl-Linux-FD/perl-Linux-FD.info6
2 files changed, 5 insertions, 19 deletions
diff --git a/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild b/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild
index cee89045eb..59bd820807 100644
--- a/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild
+++ b/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Linux-FD
-# Copyright 2023 K. Eugene Carlson Tsukuba, Japan
+# Copyright 2023-2024 K. Eugene Carlson Tsukuba, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Linux-FD
-VERSION=${VERSION:-0.014}
+VERSION=${VERSION:-0.016}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,20 +52,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/perl/perl-Linux-FD/perl-Linux-FD.info b/perl/perl-Linux-FD/perl-Linux-FD.info
index 9c896d21f0..a99c694881 100644
--- a/perl/perl-Linux-FD/perl-Linux-FD.info
+++ b/perl/perl-Linux-FD/perl-Linux-FD.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Linux-FD"
-VERSION="0.014"
+VERSION="0.016"
HOMEPAGE="https://metacpan.org/pod/Linux::FD"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Linux-FD-0.014.tar.gz"
-MD5SUM="ca6eae1bb670faf733860f553ef395c9"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Linux-FD-0.016.tar.gz"
+MD5SUM="a808dec58d1874815c255790305c22a1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Module-Build perl-Sub-Exporter perl-Test-Exception"