mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/perl-net-dns: Updated for version 0.65
This commit is contained in:
parent
ea6548dfa3
commit
9bc8da52fb
3 changed files with 10 additions and 10 deletions
|
@ -4,4 +4,5 @@ Net::DNS is a DNS resolver implemented in Perl. It allows the
|
|||
programmer to perform nearly any type of DNS query from a Perl
|
||||
script
|
||||
|
||||
It requires: perl-net-ip (available on SlackBuilds.org)
|
||||
Requires perl-net-ip and perl-digest-hmac, both of which are
|
||||
available on SlackBuilds.org.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-net-dns
|
||||
|
||||
# Copyright 2008 LukenShiro <lukenshiro@ngi.it>
|
||||
# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,10 +22,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
PRGNAM=perl-net-dns
|
||||
SRC_PRGNAM=Net-DNS
|
||||
VERSION=${VERSION:-0.63}
|
||||
VERSION=${VERSION:-0.65}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -35,8 +33,10 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
SRC_PRGNAM=Net-DNS
|
||||
DOCFILES="TODO Changes README"
|
||||
|
||||
# LIBDIRSUFFIX not used
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
|
@ -60,7 +60,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
\
|
||||
echo "y" | CFLAGS="$SLKCFLAGS" perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-net-dns"
|
||||
VERSION="0.63"
|
||||
VERSION="0.65"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Net-DNS/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.63.tar.gz"
|
||||
MD5SUM="c46aad24af44d424a972bb59c3aa5f37"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.65.tar.gz"
|
||||
MD5SUM="54e5a12a20de39b954a93723927ac789"
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="David Somero"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue