summaryrefslogtreecommitdiffstats
path: root/perl/perl-file-path-expand
diff options
context:
space:
mode:
author Ryan S. Northrup <northrup@yellowapple.us>2017-02-11 21:42:45 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-11 21:43:05 +0000
commit1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91 (patch)
treee3a064bfdc66f38b3de2e5306ecac7ebce49fb88 /perl/perl-file-path-expand
parentcb4c9f87b35b80bc00d2c3529317b1117a02497b (diff)
downloadslackbuilds-1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91.tar.gz
slackbuilds-1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91.tar.xz
perl/perl-file-path-expand: New maintainer + new download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-file-path-expand')
-rw-r--r--perl/perl-file-path-expand/README6
-rw-r--r--perl/perl-file-path-expand/perl-file-path-expand.SlackBuild6
-rw-r--r--perl/perl-file-path-expand/perl-file-path-expand.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-file-path-expand/README b/perl/perl-file-path-expand/README
index 961355caf1..6898619852 100644
--- a/perl/perl-file-path-expand/README
+++ b/perl/perl-file-path-expand/README
@@ -1,3 +1,3 @@
-File::Path::Expand expands user directories in filenames.
-For the simple case it's no more complex than s{^~/}{$HOME/},
-but for other cases it consults getpwent and does the right thing.
+File::Path::Expand expands user directories in filenames. For the
+simple case it's no more complex than s{^~/}{$HOME/}, but for other
+cases it consults getpwent and does the right thing.
diff --git a/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild b/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
index 22338a1ce6..7e1dcfeda4 100644
--- a/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
+++ b/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
@@ -12,7 +12,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -23,8 +23,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"
diff --git a/perl/perl-file-path-expand/perl-file-path-expand.info b/perl/perl-file-path-expand/perl-file-path-expand.info
index c8aaec6b02..e4151b1e3f 100644
--- a/perl/perl-file-path-expand/perl-file-path-expand.info
+++ b/perl/perl-file-path-expand/perl-file-path-expand.info
@@ -1,10 +1,10 @@
PRGNAM="perl-file-path-expand"
VERSION="1.02"
HOMEPAGE="https://metacpan.org/pod/File::Path::Expand"
-DOWNLOAD="http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Path-Expand-1.02.tar.gz"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/File-Path-Expand-1.02.tar.gz"
MD5SUM="742aa40a4ffb26d14de01192764bd7ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Pablo Santamaria"
-EMAIL="pablosantamaria@gmail.com"
+MAINTAINER="Ryan S. Northrup"
+EMAIL="northrup@yellowapple.us"