perl/perl-net-dns: Updated for version 0.68.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
LukenShiro 2012-04-29 20:11:16 -04:00 committed by Erik Hanson
parent b9439a53b3
commit d3677df7f4
3 changed files with 9 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-net-dns
# Copyright 2008-2011 LukenShiro, Italy
# Copyright 2008-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-net-dns
VERSION=${VERSION:-0.67}
VERSION=${VERSION:-0.68}
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
@ -54,12 +52,12 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .

View file

@ -1,10 +1,10 @@
PRGNAM="perl-net-dns"
VERSION="0.67"
VERSION="0.68"
HOMEPAGE="http://search.cpan.org/dist/Net-DNS/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.67.tar.gz"
MD5SUM="8caf473b6f74cae38ee18c162041a5db"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.68.tar.gz"
MD5SUM="05c0f6955747758bb5c9578d9bc6c3a5"
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-net-dns: perl-net-dns (perl DNS resolver module)
perl-net-dns:
perl-net-dns: This is a DNS resolver implemented in Perl. It allows the