perl/perl-Linux-FD: Updated for version 0.016.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gene Carlson 2024-01-31 10:53:22 +09:00 committed by Willy Sudiarto Raharjo
parent 573f14225b
commit a9e63f1432
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 19 deletions

View File

@ -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

View File

@ -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"