mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
perl/perl-AnyEvent-I3: Updated for version 0.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f56aca2d0
commit
ec3d767714
2 changed files with 25 additions and 7 deletions
|
@ -2,9 +2,27 @@
|
|||
|
||||
# Slackware build script for perl-AnyEvent-I3
|
||||
# Written by Marcin Herda <mherda@slackword.net>
|
||||
# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-AnyEvent-I3
|
||||
VERSION=${VERSION:-0.15}
|
||||
VERSION=${VERSION:-0.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,7 +68,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-AnyEvent-I3"
|
||||
VERSION="0.15"
|
||||
VERSION="0.16"
|
||||
HOMEPAGE="https://metacpan.org/release/AnyEvent-I3"
|
||||
DOWNLOAD="http://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.15.tar.gz"
|
||||
MD5SUM="a282c832cee131e3c53dc5891a99a149"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.16.tar.gz"
|
||||
MD5SUM="88bd53dbfe356aa8aa136fe19ab7d8e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-JSON-XS perl-AnyEvent"
|
||||
MAINTAINER="Marcin Herda"
|
||||
EMAIL="mherda@slackword.net"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds@schoepfer.info"
|
||||
|
|
Loading…
Reference in a new issue