perl/perl-encode-locale: Updated for version 1.03.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
LukenShiro 2012-04-29 20:08:33 -04:00 committed by Erik Hanson
parent 98b6c2022a
commit 1b7808e34a
3 changed files with 8 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-encode-locale
# Copyright 2011 LukenShiro, Italy
# Copyright 2011-2012 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-encode-locale
VERSION=${VERSION:-1.02}
VERSION=${VERSION:-1.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -45,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
SRCNAM=Encode-Locale
DOCFILES="Changes README"
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View file

@ -1,10 +1,10 @@
PRGNAM="perl-encode-locale"
VERSION="1.02"
VERSION="1.03"
HOMEPAGE="http://search.cpan.org/dist/Encode-Locale/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.02.tar.gz"
MD5SUM="96a950ee9b57e47e2b990b4c5dd7bf6e"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz"
MD5SUM="de8422d068634e7c1068dab4e18b452f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="rworkman"
APPROVED="dsomero"

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler--------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
perl-encode-locale: perl-encode-locale (Determine the locale encoding)
perl-encode-locale:
perl-encode-locale: It is a perl module used to determine the local encoding.