perl/perl-file-path-expand: New maintainer + new download.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Ryan S. Northrup 2017-02-11 21:42:45 +00:00 committed by David Spencer
parent cb4c9f87b3
commit 1d2f6ff75c
3 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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