mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-www-mechanize: Updated for version 1.84.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ea8df22fa2
commit
548db0ee41
2 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for perl-www-mechanize
|
||||
|
||||
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
|
||||
# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-www-mechanize
|
||||
VERSION=${VERSION:-1.75}
|
||||
VERSION=${VERSION:-1.84}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -32,7 +32,7 @@ SRCNAM=WWW-Mechanize
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -63,7 +63,6 @@ perl Makefile.PL \
|
|||
INSTALLDIRS=vendor \
|
||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
make
|
||||
make test
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-www-mechanize"
|
||||
VERSION="1.75"
|
||||
VERSION="1.84"
|
||||
HOMEPAGE="https://metacpan.org/pod/WWW::Mechanize"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/E/ET/ETHER/WWW-Mechanize-1.75.tar.gz"
|
||||
MD5SUM="9a4b9c8827f519908ef0a0d2b8ae96fa"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/WWW-Mechanize-1.84.tar.gz"
|
||||
MD5SUM="a425ae16d3b634ae34062f2fafc0a4ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-html-form perl-http-response-encoding perl-http-server-simple perl-test-warn"
|
||||
|
|
Loading…
Reference in a new issue