mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Convert-BinHex: Updated for version 1.124.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
48043e3a43
commit
17287d86db
2 changed files with 11 additions and 9 deletions
|
@ -3,7 +3,8 @@
|
|||
# Slackware Package Build Script for perl modules: Convert::BinHex
|
||||
# Home Page http://search.cpan.org/dist/Convert-BinHex/
|
||||
|
||||
# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net)
|
||||
# Copyright (c) 2009-2015, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# All rights reserved.
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,9 +27,9 @@
|
|||
#
|
||||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
SRCNAM=Convert-BinHex
|
||||
PRGNAM=perl-Convert-BinHex
|
||||
VERSION=${VERSION:-1.123}
|
||||
SRCNAM="Convert-BinHex"
|
||||
PRGNAM="perl-Convert-BinHex"
|
||||
VERSION=${VERSION:-1.124}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +77,8 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3 \
|
||||
INSTALLVENDORMAN1DIR=/usr/man/man1
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Convert-BinHex"
|
||||
VERSION="1.123"
|
||||
HOMEPAGE="https://metacpan.org/pod/Convert::BinHex"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/S/ST/STEPHEN/Convert-BinHex-1.123.tar.gz"
|
||||
MD5SUM="6957dee877c64918066ae27ca6069bfe"
|
||||
VERSION="1.124"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Convert-BinHex/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-1.124.tar.gz"
|
||||
MD5SUM="81bbc7c7f3d349767137658a200a7f11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue